Html Css Color HEX #72013A Tyrian Purple

📋 copy color: '#72013A'

red 114 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #72013A

Tints of Tyrian Purple #72013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 65.9%
G = 0.58%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72013A (or 0x72013A) is known color: Tyrian Purple. HEX triplet: 72, 01 and 3A. RGB value is (114,1,58). Sum of RGB (Red+Green+Blue) = 114+1+58=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #72013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72013A is #8DFEC5. Grayscale: #292929. Windows color (decimal): -9305798 or 3801458. OLE color: 3801458.

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

Color convert

RGB 114 1 58 -
CMYK 0 0.99 0.49 0.55
HSL 329.73º 0.98% 0.23% -
HSV(B) 329.73º 0.99% 0.45% -
XYZ 7.71 3.9 4.35 -
YUV 41.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 114 1 58 0 0.99 0.49 0.55 329.73 0.98 0.23
Hex 72 1 3A 0 63 31 37 14A 62 17
Octal 162 1 72 0 143 61 67 512 142 27
Binary 1110010 1 111010 0 1100011 110001 110111 101001010 1100010 10111

Color Harmonies of #72013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72013A

Black with #72013A

Text Example


Text Example

White with #72013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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