Html Css Color HEX #720134 Tyrian Purple

📋 copy color: '#720134'

red 114 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #720134

Tints of Tyrian Purple #720134

RGB

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

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

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

R = 68.26%
G = 0.6%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#720134 (or 0x720134) is known color: Tyrian Purple. HEX triplet: 72, 01 and 34. RGB value is (114,1,52). Sum of RGB (Red+Green+Blue) = 114+1+52=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #720134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720134 is #8DFECB. Grayscale: #282828. Windows color (decimal): -9305804 or 3408242. OLE color: 3408242.

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

Color convert

RGB 114 1 52 -
CMYK 0 0.99 0.54 0.55
HSL 332.92º 0.98% 0.23% -
HSV(B) 332.92º 0.99% 0.45% -
XYZ 7.57 3.85 3.59 -
YUV 40.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 114 1 52 0 0.99 0.54 0.55 332.92 0.98 0.23
Hex 72 1 34 0 63 36 37 14D 62 17
Octal 162 1 64 0 143 66 67 515 142 27
Binary 1110010 1 110100 0 1100011 110110 110111 101001101 1100010 10111

Color Harmonies of #720134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720134

Black with #720134

Text Example


Text Example

White with #720134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720134; }

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

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

background-color css

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

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

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

border-color css

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

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

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