Html Css Color HEX #660239 Tyrian Purple

📋 copy color: '#660239'

red 102 ◦ green 2 ◦ blue 57

#660239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #660239

Tints of Tyrian Purple #660239

RGB

 RED value IS 102 (40.23% from 255) = 63.35%

 GREEN value IS 2 (1.17% from 255) = 1.24%

 BLUE value IS 57 (22.66% from 255) = 35.4%

R = 63.35%
G = 1.24%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#660239 (or 0x660239) is known color: Tyrian Purple. HEX triplet: 66, 02 and 39. RGB value is (102,2,57). Sum of RGB (Red+Green+Blue) = 102+2+57=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #660239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660239 is #99FDC6. Grayscale: #262626. Windows color (decimal): -10091975 or 3736166. OLE color: 3736166.

HSL color Cylindrical-coordinate representation of color #660239: hue angle of 327º 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 #660239 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 57 -
CMYK 0 0.98 0.44 0.6
HSL 327º 0.96% 0.2% -
HSV(B) 327º 0.98% 0.4% -
XYZ 6.24 3.16 4.15 -
YUV 38.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 102 2 57 0 0.98 0.44 0.6 327 0.96 0.2
Hex 66 2 39 0 62 2C 3C 147 60 14
Octal 146 2 71 0 142 54 74 507 140 24
Binary 1100110 10 111001 0 1100010 101100 111100 101000111 1100000 10100

Color Harmonies of #660239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660239

Black with #660239

Text Example


Text Example

White with #660239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660239; }

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

 H1.HeaderClassName
 {
   color: #660239;
 }
 .AnyTagClassName
 {
   color: #660239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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