#68499D

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

Shades of Royal Purple #68499D

Tints of Royal Purple #68499D

Color information

#68499D (or 0x68499D) is unknown color: approx Royal Purple. HEX triplet: 68, 49 and 9D. RGB value is (104,73,157). Sum of RGB (Red+Green+Blue) = 104+73+157=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #68499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499D is #97B662. Grayscale: #5B5B5B. Windows color (decimal): -9942627 or 10307944. OLE color: 10307944.

HSL color Cylindrical-coordinate representation of color #68499D: hue angle of 262.14º 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 #68499D is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10473157-
CMYK0.340.5400.38
HSL262.14º36.52%45.1%-
HSV(B)262.14º53.5%61.57%-
XYZ14.1810.1433.11-
YUV91.84164.77136.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=31.14%
G=21.86%
B=47.01%

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
Decimal104731570.340.5400.38262.1436.5245.1
Hex68499D2236026106252d
Octal15011123542660464064555
Binary11010001001001100111011000101101100100110100000110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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