#66379b

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

Shades of Royal Purple #66379B

Tints of Royal Purple #66379B

Color information

#66379B (or 0x66379B) is unknown color: approx Royal Purple. HEX triplet: 66, 37 and 9B. RGB value is (102,55,155). Sum of RGB (Red+Green+Blue) = 102+55+155=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #66379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66379B is #99C864. Grayscale: #505050. Windows color (decimal): -10078309 or 10172262. OLE color: 10172262.

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

Color convert

RGB10255155-
CMYK0.340.6500.39
HSL268.2º47.62%41.18%-
HSV(B)268.2º64.52%60.78%-
XYZ12.767.9231.87-
YUV80.45170.07143.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=32.69%
G=17.63%
B=49.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102551550.340.6500.39268.247.6241.18
Hex66379B224102710c3029
Octal14667233421010474146051
Binary11001101101111001101110001010000010100111100001100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66379b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66379b; }

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

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

<style>
 a { background-color: #66379b; }

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

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

<style>
 span { border-color: #66379b; }

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

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