Html Css Color HEX #72073C Tyrian Purple

📋 copy color: '#72073C'

red 114 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #72073C

Tints of Tyrian Purple #72073C

RGB

 RED value IS 114 (44.92% from 255) = 62.98%

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

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 62.98%
G = 3.87%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72073C (or 0x72073C) is known color: Tyrian Purple. HEX triplet: 72, 07 and 3C. RGB value is (114,7,60). Sum of RGB (Red+Green+Blue) = 114+7+60=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72073C is #8DF8C3. Grayscale: #2C2C2C. Windows color (decimal): -9304260 or 3934066. OLE color: 3934066.

HSL color Cylindrical-coordinate representation of color #72073C: hue angle of 330.28º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72073C is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 60 -
CMYK 0 0.94 0.47 0.55
HSL 330.28º 0.88% 0.24% -
HSV(B) 330.28º 0.94% 0.45% -
XYZ 7.83 4.06 4.65 -
YUV 45.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 114 7 60 0 0.94 0.47 0.55 330.28 0.88 0.24
Hex 72 7 3C 0 5E 2F 37 14A 58 18
Octal 162 7 74 0 136 57 67 512 130 30
Binary 1110010 111 111100 0 1011110 101111 110111 101001010 1011000 11000

Color Harmonies of #72073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72073C

Black with #72073C

Text Example


Text Example

White with #72073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72073C; }

 p { color: rgb(114,7,60); }

 H1.HeaderClassName
 {
   color: #72073C;
 }
 .AnyTagClassName
 {
   color: #72073C;
 }
</style>

background-color css

<style>
 a { background-color: #72073C; }

 a { background-color: rgb(114,7,60); }

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

border-color css

<style>
 span { border-color: #72073C; }

 span { border-color: rgb(114,7,60); }

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