Html Css Color HEX #681FA2 Royal Purple

📋 copy color: '#681FA2'

red 104 ◦ green 31 ◦ blue 162

#681FA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #681FA2

Tints of Royal Purple #681FA2

RGB

 RED value IS 104 (41.02% from 255) = 35.02%

 GREEN value IS 31 (12.5% from 255) = 10.44%

 BLUE value IS 162 (63.67% from 255) = 54.55%

R = 35.02%
G = 10.44%
B = 54.55%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#681FA2 (or 0x681FA2) is known color: Royal Purple. HEX triplet: 68, 1F and A2. RGB value is (104,31,162). Sum of RGB (Red+Green+Blue) = 104+31+162=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #681FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681FA2 is #97E05D. Grayscale: #434343. Windows color (decimal): -9953374 or 10624872. OLE color: 10624872.

HSL color Cylindrical-coordinate representation of color #681FA2: hue angle of 273.44º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681FA2 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 31 162 -
CMYK 0.36 0.81 0 0.36
HSL 273.44º 0.68% 0.38% -
HSV(B) 273.44º 0.81% 0.64% -
XYZ 12.72 6.53 34.77 -
YUV 67.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 104 31 162 0.36 0.81 0 0.36 273.44 0.68 0.38
Hex 68 1F A2 24 51 0 24 111 44 26
Octal 150 37 242 44 121 0 44 421 104 46
Binary 1101000 11111 10100010 100100 1010001 0 100100 100010001 1000100 100110

Color Harmonies of #681FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FA2

Black with #681FA2

Text Example


Text Example

White with #681FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681FA2; }

 p { color: rgb(104,31,162); }

 H1.HeaderClassName
 {
   color: #681FA2;
 }
 .AnyTagClassName
 {
   color: #681FA2;
 }
</style>

background-color css

<style>
 a { background-color: #681FA2; }

 a { background-color: rgb(104,31,162); }

 div.DivClassName
 {
   background-color: #681FA2;
 }
 .BgClassName
 {
   background-color: #681FA2;
 }
</style>

border-color css

<style>
 span { border-color: #681FA2; }

 span { border-color: rgb(104,31,162); }

 td.TdClassName
 {
   border-color: #681FA2;
 }
 .TagClassName
 {
   border-color: #681FA2;
 }
</style>