Html Css Color HEX #66002A Tyrian Purple

📋 copy color: '#66002A'

red 102 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #66002A

Tints of Tyrian Purple #66002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 70.83%
G = 0%
B = 29.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66002A (or 0x66002A) is known color: Tyrian Purple. HEX triplet: 66, 00 and 2A. RGB value is (102,0,42). Sum of RGB (Red+Green+Blue) = 102+0+42=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #66002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002A is #99FFD5. Grayscale: #232323. Windows color (decimal): -10092502 or 2752614. OLE color: 2752614.

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

Color convert

RGB 102 0 42 -
CMYK 0 1 0.59 0.6
HSL 335.29º 1% 0.2% -
HSV(B) 335.29º 1% 0.4% -
XYZ 5.9 2.99 2.46 -
YUV 35.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 102 0 42 0 1 0.59 0.6 335.29 1 0.2
Hex 66 0 2A 0 64 3B 3C 14F 64 14
Octal 146 0 52 0 144 73 74 517 144 24
Binary 1100110 0 101010 0 1100100 111011 111100 101001111 1100100 10100

Color Harmonies of #66002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66002A

Black with #66002A

Text Example


Text Example

White with #66002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66002A; }

 p { color: rgb(102,0,42); }

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

background-color css

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

 a { background-color: rgb(102,0,42); }

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

border-color css

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

 span { border-color: rgb(102,0,42); }

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