Html Css Color HEX #682196 Royal Purple

📋 copy color: '#682196'

red 104 ◦ green 33 ◦ blue 150

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

Shades of Royal Purple #682196

Tints of Royal Purple #682196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 36.24%
G = 11.5%
B = 52.26%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#682196 (or 0x682196) is known color: Royal Purple. HEX triplet: 68, 21 and 96. RGB value is (104,33,150). Sum of RGB (Red+Green+Blue) = 104+33+150=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #682196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682196 is #97DE69. Grayscale: #434343. Windows color (decimal): -9952874 or 9838952. OLE color: 9838952.

HSL color Cylindrical-coordinate representation of color #682196: hue angle of 276.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682196 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 33 150 -
CMYK 0.31 0.78 0 0.41
HSL 276.41º 0.64% 0.36% -
HSV(B) 276.41º 0.78% 0.59% -
XYZ 11.76 6.23 29.44 -
YUV 67.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 104 33 150 0.31 0.78 0 0.41 276.41 0.64 0.36
Hex 68 21 96 1F 4E 0 29 114 40 24
Octal 150 41 226 37 116 0 51 424 100 44
Binary 1101000 100001 10010110 11111 1001110 0 101001 100010100 1000000 100100

Color Harmonies of #682196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682196

Black with #682196

Text Example


Text Example

White with #682196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682196; }

 p { color: rgb(104,33,150); }

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

background-color css

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

 a { background-color: rgb(104,33,150); }

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

border-color css

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

 span { border-color: rgb(104,33,150); }

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