#660452

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

Shades of Tyrian Purple #660452

Tints of Tyrian Purple #660452

Color information

#660452 (or 0x660452) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 52. RGB value is (102,4,82). Sum of RGB (Red+Green+Blue) = 102+4+82=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660452 is #99FBAD. Grayscale: #292929. Windows color (decimal): -10091438 or 5375078. OLE color: 5375078.

HSL color Cylindrical-coordinate representation of color #660452: hue angle of 312.24º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660452 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB102482-
CMYK00.960.200.6
HSL312.24º92.45%20.78%-
HSV(B)312.24º96.08%40%-
XYZ7.053.528.29-
YUV42.19150.47170.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=54.26%
G=2.13%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10248200.960.200.6312.2492.4520.78
Hex66452060143C1385c15
Octal14641220140247447013425
Binary110011010010100100110000010100111100100111000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660452; }

 p { color: rgb(102,4,82); }

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

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

 a { background-color: rgb(102,4,82); }

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

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

 span { border-color: rgb(102,4,82); }

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