#660230

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

Shades of Tyrian Purple #660230

Tints of Tyrian Purple #660230

Color information

#660230 (or 0x660230) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 30. RGB value is (102,2,48). Sum of RGB (Red+Green+Blue) = 102+2+48=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #660230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660230 is #99FDCF. Grayscale: #252525. Windows color (decimal): -10091984 or 3146342. OLE color: 3146342.

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

Color convert

RGB102248-
CMYK00.980.530.6
HSL332.4º96.15%20.39%-
HSV(B)332.4º98.04%40%-
XYZ6.033.083.07-
YUV37.14134.13174.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=67.11%
G=1.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10224800.980.530.6332.496.1520.39
Hex66230062353C14c6014
Octal1462600142657451414024
Binary11001101011000001100010110101111100101001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660230; }

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

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

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

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

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

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

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

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