Html Css Color HEX #720370 Purple

📋 copy color: '#720370'

red 114 ◦ green 3 ◦ blue 112

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

Shades of Purple #720370

Tints of Purple #720370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 49.78%
G = 1.31%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720370 (or 0x720370) is known color: Purple. HEX triplet: 72, 03 and 70. RGB value is (114,3,112). Sum of RGB (Red+Green+Blue) = 114+3+112=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #720370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720370 is #8DFC8F. Grayscale: #303030. Windows color (decimal): -9305232 or 7340914. OLE color: 7340914.

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

Color convert

RGB 114 3 112 -
CMYK 0 0.97 0.02 0.55
HSL 301.08º 0.95% 0.23% -
HSV(B) 301.08º 0.97% 0.45% -
XYZ 9.9 4.81 15.74 -
YUV 48.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 114 3 112 0 0.97 0.02 0.55 301.08 0.95 0.23
Hex 72 3 70 0 61 2 37 12D 5F 17
Octal 162 3 160 0 141 2 67 455 137 27
Binary 1110010 11 1110000 0 1100001 10 110111 100101101 1011111 10111

Color Harmonies of #720370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720370

Black with #720370

Text Example


Text Example

White with #720370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720370; }

 p { color: rgb(114,3,112); }

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

background-color css

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

 a { background-color: rgb(114,3,112); }

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

border-color css

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

 span { border-color: rgb(114,3,112); }

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