Html Css Color HEX #72043E Tyrian Purple

📋 copy color: '#72043E'

red 114 ◦ green 4 ◦ blue 62

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

Shades of Tyrian Purple #72043E

Tints of Tyrian Purple #72043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 63.33%
G = 2.22%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72043E (or 0x72043E) is known color: Tyrian Purple. HEX triplet: 72, 04 and 3E. RGB value is (114,4,62). Sum of RGB (Red+Green+Blue) = 114+4+62=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72043E is #8DFBC1. Grayscale: #2B2B2B. Windows color (decimal): -9305026 or 4064370. OLE color: 4064370.

HSL color Cylindrical-coordinate representation of color #72043E: hue angle of 328.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72043E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 62 -
CMYK 0 0.96 0.46 0.55
HSL 328.36º 0.93% 0.23% -
HSV(B) 328.36º 0.96% 0.45% -
XYZ 7.85 4.01 4.92 -
YUV 43.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 114 4 62 0 0.96 0.46 0.55 328.36 0.93 0.23
Hex 72 4 3E 0 60 2E 37 148 5D 17
Octal 162 4 76 0 140 56 67 510 135 27
Binary 1110010 100 111110 0 1100000 101110 110111 101001000 1011101 10111

Color Harmonies of #72043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72043E

Black with #72043E

Text Example


Text Example

White with #72043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,4,62); }

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

background-color css

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

 a { background-color: rgb(114,4,62); }

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

border-color css

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

 span { border-color: rgb(114,4,62); }

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