Html Css Color HEX #66002D Tyrian Purple

📋 copy color: '#66002D'

red 102 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #66002D

Tints of Tyrian Purple #66002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 69.39%
G = 0%
B = 30.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#66002D (or 0x66002D) is known color: Tyrian Purple. HEX triplet: 66, 00 and 2D. RGB value is (102,0,45). Sum of RGB (Red+Green+Blue) = 102+0+45=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002D is #99FFD2. Grayscale: #232323. Windows color (decimal): -10092499 or 2949222. OLE color: 2949222.

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

Color convert

RGB 102 0 45 -
CMYK 0 1 0.56 0.6
HSL 333.53º 1% 0.2% -
HSV(B) 333.53º 1% 0.4% -
XYZ 5.95 3.01 2.75 -
YUV 35.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 102 0 45 0 1 0.56 0.6 333.53 1 0.2
Hex 66 0 2D 0 64 38 3C 14E 64 14
Octal 146 0 55 0 144 70 74 516 144 24
Binary 1100110 0 101101 0 1100100 111000 111100 101001110 1100100 10100

Color Harmonies of #66002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66002D

Black with #66002D

Text Example


Text Example

White with #66002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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