Html Css Color HEX #66012E Tyrian Purple

📋 copy color: '#66012E'

red 102 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #66012E

Tints of Tyrian Purple #66012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 68.46%
G = 0.67%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66012E (or 0x66012E) is known color: Tyrian Purple. HEX triplet: 66, 01 and 2E. RGB value is (102,1,46). Sum of RGB (Red+Green+Blue) = 102+1+46=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66012E is #99FED1. Grayscale: #242424. Windows color (decimal): -10092242 or 3015014. OLE color: 3015014.

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

Color convert

RGB 102 1 46 -
CMYK 0 0.99 0.55 0.6
HSL 333.27º 0.98% 0.2% -
HSV(B) 333.27º 0.99% 0.4% -
XYZ 5.98 3.04 2.86 -
YUV 36.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 102 1 46 0 0.99 0.55 0.6 333.27 0.98 0.2
Hex 66 1 2E 0 63 37 3C 14D 62 14
Octal 146 1 56 0 143 67 74 515 142 24
Binary 1100110 1 101110 0 1100011 110111 111100 101001101 1100010 10100

Color Harmonies of #66012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66012E

Black with #66012E

Text Example


Text Example

White with #66012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66012E; }

 p { color: rgb(102,1,46); }

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

background-color css

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

 a { background-color: rgb(102,1,46); }

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

border-color css

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

 span { border-color: rgb(102,1,46); }

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