Html Css Color HEX #66072F Tyrian Purple

📋 copy color: '#66072F'

red 102 ◦ green 7 ◦ blue 47

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

Shades of Tyrian Purple #66072F

Tints of Tyrian Purple #66072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 65.38%
G = 4.49%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66072F (or 0x66072F) is known color: Tyrian Purple. HEX triplet: 66, 07 and 2F. RGB value is (102,7,47). Sum of RGB (Red+Green+Blue) = 102+7+47=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66072F is #99F8D0. Grayscale: #272727. Windows color (decimal): -10090705 or 3082086. OLE color: 3082086.

HSL color Cylindrical-coordinate representation of color #66072F: hue angle of 334.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66072F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 7 47 -
CMYK 0 0.93 0.54 0.6
HSL 334.74º 0.87% 0.21% -
HSV(B) 334.74º 0.93% 0.4% -
XYZ 6.07 3.18 2.98 -
YUV 39.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 102 7 47 0 0.93 0.54 0.6 334.74 0.87 0.21
Hex 66 7 2F 0 5D 36 3C 14F 57 15
Octal 146 7 57 0 135 66 74 517 127 25
Binary 1100110 111 101111 0 1011101 110110 111100 101001111 1010111 10101

Color Harmonies of #66072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66072F

Black with #66072F

Text Example


Text Example

White with #66072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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