#66459B

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

Shades of Royal Purple #66459B

Tints of Royal Purple #66459B

Color information

#66459B (or 0x66459B) is unknown color: approx Royal Purple. HEX triplet: 66, 45 and 9B. RGB value is (102,69,155). Sum of RGB (Red+Green+Blue) = 102+69+155=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #66459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66459B is #99BA64. Grayscale: #585858. Windows color (decimal): -10074725 or 10175846. OLE color: 10175846.

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

Color convert

RGB10269155-
CMYK0.340.5500.39
HSL263.02º38.39%43.92%-
HSV(B)263.02º55.48%60.78%-
XYZ13.529.4532.12-
YUV88.67165.43137.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=31.29%
G=21.17%
B=47.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102691550.340.5500.39263.0238.3943.92
Hex66459B2237027107262c
Octal14610523342670474074654
Binary11001101000101100110111000101101110100111100000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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