Html Css Color HEX #720234 Tyrian Purple

📋 copy color: '#720234'

red 114 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #720234

Tints of Tyrian Purple #720234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 67.86%
G = 1.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#720234 (or 0x720234) is known color: Tyrian Purple. HEX triplet: 72, 02 and 34. RGB value is (114,2,52). Sum of RGB (Red+Green+Blue) = 114+2+52=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #720234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720234 is #8DFDCB. Grayscale: #292929. Windows color (decimal): -9305548 or 3408498. OLE color: 3408498.

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

Color convert

RGB 114 2 52 -
CMYK 0 0.98 0.54 0.55
HSL 333.21º 0.97% 0.23% -
HSV(B) 333.21º 0.98% 0.45% -
XYZ 7.58 3.87 3.6 -
YUV 41.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 114 2 52 0 0.98 0.54 0.55 333.21 0.97 0.23
Hex 72 2 34 0 62 36 37 14D 61 17
Octal 162 2 64 0 142 66 67 515 141 27
Binary 1110010 10 110100 0 1100010 110110 110111 101001101 1100001 10111

Color Harmonies of #720234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720234

Black with #720234

Text Example


Text Example

White with #720234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720234; }

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

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

background-color css

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

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

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

border-color css

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

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

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