#68219E

Color #68219E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #68219E

Tints of Royal Purple #68219E

Color information

#68219E (or 0x68219E) is unknown color: approx Royal Purple. HEX triplet: 68, 21 and 9E. RGB value is (104,33,158). Sum of RGB (Red+Green+Blue) = 104+33+158=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #68219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68219E is #97DE61. Grayscale: #444444. Windows color (decimal): -9952866 or 10363240. OLE color: 10363240.

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

Color convert

RGB10433158-
CMYK0.340.7900.38
HSL274.08º65.45%37.45%-
HSV(B)274.08º79.11%61.96%-
XYZ12.426.532.95-
YUV68.48178.52153.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=35.25%
G=11.19%
B=53.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104331580.340.7900.38274.0865.4537.45
Hex68219E224F0261124125
Octal150412364211704642210145
Binary110100010000110011110100010100111101001101000100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68219E;
 }
 .AnyTagClassName
 {
   color: #68219E;
 }
</style>
background-color css

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

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

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

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

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

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