#66309D

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

Shades of Royal Purple #66309D

Tints of Royal Purple #66309D

Color information

#66309D (or 0x66309D) is unknown color: approx Royal Purple. HEX triplet: 66, 30 and 9D. RGB value is (102,48,157). Sum of RGB (Red+Green+Blue) = 102+48+157=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #66309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66309D is #99CF62. Grayscale: #4C4C4C. Windows color (decimal): -10080099 or 10301542. OLE color: 10301542.

HSL color Cylindrical-coordinate representation of color #66309D: hue angle of 269.72º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66309D is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10248157-
CMYK0.350.6900.38
HSL269.72º53.17%40.2%-
HSV(B)269.72º69.43%61.57%-
XYZ12.627.3732.66-
YUV76.57173.39146.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=33.22%
G=15.64%
B=51.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102481570.350.6900.38269.7253.1740.2
Hex66309D234502610e3528
Octal14660235431050464166550
Binary11001101100001001110110001110001010100110100001110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,48,157); }

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

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

 a { background-color: rgb(102,48,157); }

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

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

 span { border-color: rgb(102,48,157); }

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