#68499C

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

Shades of Royal Purple #68499C

Tints of Royal Purple #68499C

Color information

#68499C (or 0x68499C) is unknown color: approx Royal Purple. HEX triplet: 68, 49 and 9C. RGB value is (104,73,156). Sum of RGB (Red+Green+Blue) = 104+73+156=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #68499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499C is #97B663. Grayscale: #5B5B5B. Windows color (decimal): -9942628 or 10242408. OLE color: 10242408.

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

Color convert

RGB10473156-
CMYK0.330.5300.39
HSL262.41º36.24%44.9%-
HSV(B)262.41º53.21%61.18%-
XYZ14.0910.1132.66-
YUV91.73164.27136.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=31.23%
G=21.92%
B=46.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104731560.330.5300.39262.4136.2444.9
Hex68499C2135027106242d
Octal15011123441650474064455
Binary11010001001001100111001000011101010100111100000110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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