#68479F

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

Shades of Royal Purple #68479F

Tints of Royal Purple #68479F

Color information

#68479F (or 0x68479F) is unknown color: approx Royal Purple. HEX triplet: 68, 47 and 9F. RGB value is (104,71,159). Sum of RGB (Red+Green+Blue) = 104+71+159=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #68479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68479F is #97B860. Grayscale: #5A5A5A. Windows color (decimal): -9943137 or 10438504. OLE color: 10438504.

HSL color Cylindrical-coordinate representation of color #68479F: hue angle of 262.5º 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 #68479F is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10471159-
CMYK0.350.5500.38
HSL262.5º38.26%45.1%-
HSV(B)262.5º55.35%62.35%-
XYZ14.229.9533.97-
YUV90.9166.43137.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=31.14%
G=21.26%
B=47.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104711590.350.5500.38262.538.2645.1
Hex68479F2337026106262d
Octal15010723743670464064655
Binary11010001000111100111111000111101110100110100000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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