#66349E

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

Shades of Royal Purple #66349E

Tints of Royal Purple #66349E

Color information

#66349E (or 0x66349E) is unknown color: approx Royal Purple. HEX triplet: 66, 34 and 9E. RGB value is (102,52,158). Sum of RGB (Red+Green+Blue) = 102+52+158=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #66349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66349E is #99CB61. Grayscale: #4E4E4E. Windows color (decimal): -10079074 or 10368102. OLE color: 10368102.

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

Color convert

RGB10252158-
CMYK0.350.6700.38
HSL268.3º50.48%41.18%-
HSV(B)268.3º67.09%61.96%-
XYZ12.887.7533.16-
YUV79.03172.56144.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=32.69%
G=16.67%
B=50.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102521580.350.6700.38268.350.4841.18
Hex66349E234302610c3229
Octal14664236431030464146251
Binary11001101101001001111010001110000110100110100001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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