Html Css Color HEX #720752 Tyrian Purple

📋 copy color: '#720752'

red 114 ◦ green 7 ◦ blue 82

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

Shades of Tyrian Purple #720752

Tints of Tyrian Purple #720752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 56.16%
G = 3.45%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#720752 (or 0x720752) is known color: Tyrian Purple. HEX triplet: 72, 07 and 52. RGB value is (114,7,82). Sum of RGB (Red+Green+Blue) = 114+7+82=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720752 is #8DF8AD. Grayscale: #2F2F2F. Windows color (decimal): -9304238 or 5375858. OLE color: 5375858.

HSL color Cylindrical-coordinate representation of color #720752: hue angle of 317.94º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720752 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 82 -
CMYK 0 0.94 0.28 0.55
HSL 317.94º 0.88% 0.24% -
HSV(B) 317.94º 0.94% 0.45% -
XYZ 8.54 4.34 8.37 -
YUV 47.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 114 7 82 0 0.94 0.28 0.55 317.94 0.88 0.24
Hex 72 7 52 0 5E 1C 37 13E 58 18
Octal 162 7 122 0 136 34 67 476 130 30
Binary 1110010 111 1010010 0 1011110 11100 110111 100111110 1011000 11000

Color Harmonies of #720752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720752

Black with #720752

Text Example


Text Example

White with #720752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720752; }

 p { color: rgb(114,7,82); }

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

background-color css

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

 a { background-color: rgb(114,7,82); }

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

border-color css

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

 span { border-color: rgb(114,7,82); }

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