Html Css Color HEX #72023A Tyrian Purple

📋 copy color: '#72023A'

red 114 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #72023A

Tints of Tyrian Purple #72023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 65.52%
G = 1.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72023A (or 0x72023A) is known color: Tyrian Purple. HEX triplet: 72, 02 and 3A. RGB value is (114,2,58). Sum of RGB (Red+Green+Blue) = 114+2+58=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #72023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72023A is #8DFDC5. Grayscale: #292929. Windows color (decimal): -9305542 or 3801714. OLE color: 3801714.

HSL color Cylindrical-coordinate representation of color #72023A: hue angle of 330º 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 #72023A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 58 -
CMYK 0 0.98 0.49 0.55
HSL 330º 0.97% 0.23% -
HSV(B) 330º 0.98% 0.45% -
XYZ 7.72 3.93 4.35 -
YUV 41.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 114 2 58 0 0.98 0.49 0.55 330 0.97 0.23
Hex 72 2 3A 0 62 31 37 14A 61 17
Octal 162 2 72 0 142 61 67 512 141 27
Binary 1110010 10 111010 0 1100010 110001 110111 101001010 1100001 10111

Color Harmonies of #72023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72023A

Black with #72023A

Text Example


Text Example

White with #72023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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