#66389B

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

Shades of Royal Purple #66389B

Tints of Royal Purple #66389B

Color information

#66389B (or 0x66389B) is unknown color: approx Royal Purple. HEX triplet: 66, 38 and 9B. RGB value is (102,56,155). Sum of RGB (Red+Green+Blue) = 102+56+155=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #66389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66389B is #99C764. Grayscale: #505050. Windows color (decimal): -10078053 or 10172518. OLE color: 10172518.

HSL color Cylindrical-coordinate representation of color #66389B: hue angle of 267.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66389B is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10256155-
CMYK0.340.6400.39
HSL267.88º46.92%41.37%-
HSV(B)267.88º63.87%60.78%-
XYZ12.818.0231.88-
YUV81.04169.74142.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=32.59%
G=17.89%
B=49.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102561550.340.6400.39267.8846.9241.37
Hex66389B224002710c2f29
Octal14670233421000474145751
Binary11001101110001001101110001010000000100111100001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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