Html Css Color HEX #720132 Tyrian Purple

📋 copy color: '#720132'

red 114 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #720132

Tints of Tyrian Purple #720132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 69.09%
G = 0.61%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#720132 (or 0x720132) is known color: Tyrian Purple. HEX triplet: 72, 01 and 32. RGB value is (114,1,50). Sum of RGB (Red+Green+Blue) = 114+1+50=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720132 is #8DFECD. Grayscale: #282828. Windows color (decimal): -9305806 or 3277170. OLE color: 3277170.

HSL color Cylindrical-coordinate representation of color #720132: hue angle of 333.98º 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 #720132 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 50 -
CMYK 0 0.99 0.56 0.55
HSL 333.98º 0.98% 0.23% -
HSV(B) 333.98º 0.99% 0.45% -
XYZ 7.53 3.83 3.36 -
YUV 40.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 114 1 50 0 0.99 0.56 0.55 333.98 0.98 0.23
Hex 72 1 32 0 63 38 37 14E 62 17
Octal 162 1 62 0 143 70 67 516 142 27
Binary 1110010 1 110010 0 1100011 111000 110111 101001110 1100010 10111

Color Harmonies of #720132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720132

Black with #720132

Text Example


Text Example

White with #720132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720132; }

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

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

background-color css

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

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

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

border-color css

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

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

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