Html Css Color HEX #68209E Royal Purple

📋 copy color: '#68209E'

red 104 ◦ green 32 ◦ blue 158

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

Shades of Royal Purple #68209E

Tints of Royal Purple #68209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 35.37%
G = 10.88%
B = 53.74%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68209E (or 0x68209E) is known color: Royal Purple. HEX triplet: 68, 20 and 9E. RGB value is (104,32,158). Sum of RGB (Red+Green+Blue) = 104+32+158=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #68209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68209E is #97DF61. Grayscale: #434343. Windows color (decimal): -9953122 or 10362984. OLE color: 10362984.

HSL color Cylindrical-coordinate representation of color #68209E: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68209E is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 32 158 -
CMYK 0.34 0.80 0 0.38
HSL 274.29º 0.66% 0.37% -
HSV(B) 274.29º 0.8% 0.62% -
XYZ 12.4 6.44 32.94 -
YUV 67.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 104 32 158 0.34 0.80 0 0.38 274.29 0.66 0.37
Hex 68 20 9E 22 50 0 26 112 42 25
Octal 150 40 236 42 120 0 46 422 102 45
Binary 1101000 100000 10011110 100010 1010000 0 100110 100010010 1000010 100101

Color Harmonies of #68209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68209E

Black with #68209E

Text Example


Text Example

White with #68209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68209E; }

 p { color: rgb(104,32,158); }

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

background-color css

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

 a { background-color: rgb(104,32,158); }

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

border-color css

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

 span { border-color: rgb(104,32,158); }

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