#68469C

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

Shades of Royal Purple #68469C

Tints of Royal Purple #68469C

Color information

#68469C (or 0x68469C) is unknown color: approx Royal Purple. HEX triplet: 68, 46 and 9C. RGB value is (104,70,156). Sum of RGB (Red+Green+Blue) = 104+70+156=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #68469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68469C is #97B963. Grayscale: #595959. Windows color (decimal): -9943396 or 10241640. OLE color: 10241640.

HSL color Cylindrical-coordinate representation of color #68469C: hue angle of 263.72º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68469C is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10470156-
CMYK0.330.5500.39
HSL263.72º38.05%44.31%-
HSV(B)263.72º55.13%61.18%-
XYZ13.99.7232.6-
YUV89.97165.26138.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=31.52%
G=21.21%
B=47.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104701560.330.5500.39263.7238.0544.31
Hex68469C2137027108262c
Octal15010623441670474104654
Binary11010001000110100111001000011101110100111100001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68469C; }

 p { color: rgb(104,70,156); }

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

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

 a { background-color: rgb(104,70,156); }

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

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

 span { border-color: rgb(104,70,156); }

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