#68489B

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

Shades of Royal Purple #68489B

Tints of Royal Purple #68489B

Color information

#68489B (or 0x68489B) is unknown color: approx Royal Purple. HEX triplet: 68, 48 and 9B. RGB value is (104,72,155). Sum of RGB (Red+Green+Blue) = 104+72+155=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #68489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68489B is #97B764. Grayscale: #5A5A5A. Windows color (decimal): -9942885 or 10176616. OLE color: 10176616.

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

Color convert

RGB10472155-
CMYK0.330.5400.39
HSL263.13º36.56%44.51%-
HSV(B)263.13º53.55%60.78%-
XYZ13.949.9432.19-
YUV91.03164.1137.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=31.42%
G=21.75%
B=46.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104721550.330.5400.39263.1336.5644.51
Hex68489B2136027107252d
Octal15011023341660474074555
Binary11010001001000100110111000011101100100111100000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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