#66319E

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

Shades of Royal Purple #66319E

Tints of Royal Purple #66319E

Color information

#66319E (or 0x66319E) is unknown color: approx Royal Purple. HEX triplet: 66, 31 and 9E. RGB value is (102,49,158). Sum of RGB (Red+Green+Blue) = 102+49+158=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #66319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66319E is #99CE61. Grayscale: #4C4C4C. Windows color (decimal): -10079842 or 10367334. OLE color: 10367334.

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

Color convert

RGB10249158-
CMYK0.350.6900.38
HSL269.17º52.66%40.59%-
HSV(B)269.17º68.99%61.96%-
XYZ12.757.4933.12-
YUV77.27173.56145.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=33.01%
G=15.86%
B=51.13%

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
Decimal102491580.350.6900.38269.1752.6640.59
Hex66319E234502610d3529
Octal14661236431050464156551
Binary11001101100011001111010001110001010100110100001101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66319E; }

 p { color: rgb(102,49,158); }

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

<style>
 a { background-color: #66319E; }

 a { background-color: rgb(102,49,158); }

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

<style>
 span { border-color: #66319E; }

 span { border-color: rgb(102,49,158); }

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