Html Css Color HEX #72023E Tyrian Purple

📋 copy color: '#72023E'

red 114 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #72023E

Tints of Tyrian Purple #72023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 64.04%
G = 1.12%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72023E (or 0x72023E) is known color: Tyrian Purple. HEX triplet: 72, 02 and 3E. RGB value is (114,2,62). Sum of RGB (Red+Green+Blue) = 114+2+62=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72023E is #8DFDC1. Grayscale: #2A2A2A. Windows color (decimal): -9305538 or 4063858. OLE color: 4063858.

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

Color convert

RGB 114 2 62 -
CMYK 0 0.98 0.46 0.55
HSL 327.86º 0.97% 0.23% -
HSV(B) 327.86º 0.98% 0.45% -
XYZ 7.83 3.97 4.91 -
YUV 42.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 114 2 62 0 0.98 0.46 0.55 327.86 0.97 0.23
Hex 72 2 3E 0 62 2E 37 148 61 17
Octal 162 2 76 0 142 56 67 510 141 27
Binary 1110010 10 111110 0 1100010 101110 110111 101001000 1100001 10111

Color Harmonies of #72023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72023E

Black with #72023E

Text Example


Text Example

White with #72023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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