#68489D

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

Shades of Royal Purple #68489D

Tints of Royal Purple #68489D

Color information

#68489D (or 0x68489D) is unknown color: approx Royal Purple. HEX triplet: 68, 48 and 9D. RGB value is (104,72,157). Sum of RGB (Red+Green+Blue) = 104+72+157=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #68489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68489D is #97B762. Grayscale: #5A5A5A. Windows color (decimal): -9942883 or 10307688. OLE color: 10307688.

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

Color convert

RGB10472157-
CMYK0.340.5400.38
HSL262.59º37.12%44.9%-
HSV(B)262.59º54.14%61.57%-
XYZ14.1110.0133.09-
YUV91.26165.1137.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=31.23%
G=21.62%
B=47.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104721570.340.5400.38262.5937.1244.9
Hex68489D2236026107252d
Octal15011023542660464074555
Binary11010001001000100111011000101101100100110100000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68489D; }

 p { color: rgb(104,72,157); }

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

<style>
 a { background-color: #68489D; }

 a { background-color: rgb(104,72,157); }

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

<style>
 span { border-color: #68489D; }

 span { border-color: rgb(104,72,157); }

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