Html Css Color HEX #720574 Purple

📋 copy color: '#720574'

red 114 ◦ green 5 ◦ blue 116

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

Shades of Purple #720574

Tints of Purple #720574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 48.51%
G = 2.13%
B = 49.36%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720574 (or 0x720574) is known color: Purple. HEX triplet: 72, 05 and 74. RGB value is (114,5,116). Sum of RGB (Red+Green+Blue) = 114+5+116=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #720574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720574 is #8DFA8B. Grayscale: #313131. Windows color (decimal): -9304716 or 7603570. OLE color: 7603570.

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

Color convert

RGB 114 5 116 -
CMYK 0.02 0.96 0 0.55
HSL 298.92º 0.92% 0.24% -
HSV(B) 298.92º 0.96% 0.45% -
XYZ 10.15 4.95 16.94 -
YUV 50.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 114 5 116 0.02 0.96 0 0.55 298.92 0.92 0.24
Hex 72 5 74 2 60 0 37 12B 5C 18
Octal 162 5 164 2 140 0 67 453 134 30
Binary 1110010 101 1110100 10 1100000 0 110111 100101011 1011100 11000

Color Harmonies of #720574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720574

Black with #720574

Text Example


Text Example

White with #720574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720574; }

 p { color: rgb(114,5,116); }

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

background-color css

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

 a { background-color: rgb(114,5,116); }

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

border-color css

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

 span { border-color: rgb(114,5,116); }

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