Html Css Color HEX #66002B Tyrian Purple

📋 copy color: '#66002B'

red 102 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #66002B

Tints of Tyrian Purple #66002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 70.34%
G = 0%
B = 29.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66002B (or 0x66002B) is known color: Tyrian Purple. HEX triplet: 66, 00 and 2B. RGB value is (102,0,43). Sum of RGB (Red+Green+Blue) = 102+0+43=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #66002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002B is #99FFD4. Grayscale: #232323. Windows color (decimal): -10092501 or 2818150. OLE color: 2818150.

HSL color Cylindrical-coordinate representation of color #66002B: hue angle of 334.71º 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 #66002B is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 43 -
CMYK 0 1 0.58 0.6
HSL 334.71º 1% 0.2% -
HSV(B) 334.71º 1% 0.4% -
XYZ 5.92 3 2.55 -
YUV 35.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 102 0 43 0 1 0.58 0.6 334.71 1 0.2
Hex 66 0 2B 0 64 3A 3C 14F 64 14
Octal 146 0 53 0 144 72 74 517 144 24
Binary 1100110 0 101011 0 1100100 111010 111100 101001111 1100100 10100

Color Harmonies of #66002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66002B

Black with #66002B

Text Example


Text Example

White with #66002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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