#68459B

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

Shades of Royal Purple #68459B

Tints of Royal Purple #68459B

Color information

#68459B (or 0x68459B) is unknown color: approx Royal Purple. HEX triplet: 68, 45 and 9B. RGB value is (104,69,155). Sum of RGB (Red+Green+Blue) = 104+69+155=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #68459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68459B is #97BA64. Grayscale: #585858. Windows color (decimal): -9943653 or 10175848. OLE color: 10175848.

HSL color Cylindrical-coordinate representation of color #68459B: hue angle of 264.42º 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 #68459B is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10469155-
CMYK0.330.5500.39
HSL264.42º38.39%43.92%-
HSV(B)264.42º55.48%60.78%-
XYZ13.759.5732.13-
YUV89.27165.1138.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=31.71%
G=21.04%
B=47.26%

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
Decimal104691550.330.5500.39264.4238.3943.92
Hex68459B2137027108262c
Octal15010523341670474104654
Binary11010001000101100110111000011101110100111100001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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