Html Css Color HEX #72033E Tyrian Purple

📋 copy color: '#72033E'

red 114 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #72033E

Tints of Tyrian Purple #72033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

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

R = 63.69%
G = 1.68%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72033E (or 0x72033E) is known color: Tyrian Purple. HEX triplet: 72, 03 and 3E. RGB value is (114,3,62). Sum of RGB (Red+Green+Blue) = 114+3+62=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72033E is #8DFCC1. Grayscale: #2A2A2A. Windows color (decimal): -9305282 or 4064114. OLE color: 4064114.

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

Color convert

RGB 114 3 62 -
CMYK 0 0.97 0.46 0.55
HSL 328.11º 0.95% 0.23% -
HSV(B) 328.11º 0.97% 0.45% -
XYZ 7.84 3.99 4.91 -
YUV 42.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 114 3 62 0 0.97 0.46 0.55 328.11 0.95 0.23
Hex 72 3 3E 0 61 2E 37 148 5F 17
Octal 162 3 76 0 141 56 67 510 137 27
Binary 1110010 11 111110 0 1100001 101110 110111 101001000 1011111 10111

Color Harmonies of #72033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72033E

Black with #72033E

Text Example


Text Example

White with #72033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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