Html Css Color HEX #66012F Tyrian Purple

📋 copy color: '#66012F'

red 102 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #66012F

Tints of Tyrian Purple #66012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 68%
G = 0.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66012F (or 0x66012F) is known color: Tyrian Purple. HEX triplet: 66, 01 and 2F. RGB value is (102,1,47). Sum of RGB (Red+Green+Blue) = 102+1+47=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66012F is #99FED0. Grayscale: #242424. Windows color (decimal): -10092241 or 3080550. OLE color: 3080550.

HSL color Cylindrical-coordinate representation of color #66012F: hue angle of 332.67º 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 #66012F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 47 -
CMYK 0 0.99 0.54 0.6
HSL 332.67º 0.98% 0.2% -
HSV(B) 332.67º 0.99% 0.4% -
XYZ 6 3.05 2.96 -
YUV 36.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 102 1 47 0 0.99 0.54 0.6 332.67 0.98 0.2
Hex 66 1 2F 0 63 36 3C 14D 62 14
Octal 146 1 57 0 143 66 74 515 142 24
Binary 1100110 1 101111 0 1100011 110110 111100 101001101 1100010 10100

Color Harmonies of #66012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66012F

Black with #66012F

Text Example


Text Example

White with #66012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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