#68479E

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

Shades of Royal Purple #68479E

Tints of Royal Purple #68479E

Color information

#68479E (or 0x68479E) is unknown color: approx Royal Purple. HEX triplet: 68, 47 and 9E. RGB value is (104,71,158). Sum of RGB (Red+Green+Blue) = 104+71+158=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #68479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68479E is #97B861. Grayscale: #5A5A5A. Windows color (decimal): -9943138 or 10372968. OLE color: 10372968.

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

Color convert

RGB10471158-
CMYK0.340.5500.38
HSL262.76º37.99%44.9%-
HSV(B)262.76º55.06%61.96%-
XYZ14.139.9233.52-
YUV90.78165.93137.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=31.23%
G=21.32%
B=47.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104711580.340.5500.38262.7637.9944.9
Hex68479E2237026107262d
Octal15010723642670464074655
Binary11010001000111100111101000101101110100110100000111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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