Html Css Color HEX #720232 Tyrian Purple

📋 copy color: '#720232'

red 114 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #720232

Tints of Tyrian Purple #720232

RGB

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

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

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

R = 68.67%
G = 1.2%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#720232 (or 0x720232) is known color: Tyrian Purple. HEX triplet: 72, 02 and 32. RGB value is (114,2,50). Sum of RGB (Red+Green+Blue) = 114+2+50=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #720232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720232 is #8DFDCD. Grayscale: #282828. Windows color (decimal): -9305550 or 3277426. OLE color: 3277426.

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

Color convert

RGB 114 2 50 -
CMYK 0 0.98 0.56 0.55
HSL 334.29º 0.97% 0.23% -
HSV(B) 334.29º 0.98% 0.45% -
XYZ 7.54 3.85 3.36 -
YUV 40.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 114 2 50 0 0.98 0.56 0.55 334.29 0.97 0.23
Hex 72 2 32 0 62 38 37 14E 61 17
Octal 162 2 62 0 142 70 67 516 141 27
Binary 1110010 10 110010 0 1100010 111000 110111 101001110 1100001 10111

Color Harmonies of #720232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720232

Black with #720232

Text Example


Text Example

White with #720232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720232; }

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

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

background-color css

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

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

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

border-color css

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

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

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