Html Css Color HEX #720372 Purple

📋 copy color: '#720372'

red 114 ◦ green 3 ◦ blue 114

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

Shades of Purple #720372

Tints of Purple #720372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 49.35%
G = 1.3%
B = 49.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720372 (or 0x720372) is known color: Purple. HEX triplet: 72, 03 and 72. RGB value is (114,3,114). Sum of RGB (Red+Green+Blue) = 114+3+114=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720372 is #8DFC8D. Grayscale: #303030. Windows color (decimal): -9305230 or 7471986. OLE color: 7471986.

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

Color convert

RGB 114 3 114 -
CMYK 0 0.97 0 0.55
HSL 300º 0.95% 0.23% -
HSV(B) 300º 0.97% 0.45% -
XYZ 10.01 4.86 16.33 -
YUV 48.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 114 3 114 0 0.97 0 0.55 300 0.95 0.23
Hex 72 3 72 0 61 0 37 12C 5F 17
Octal 162 3 162 0 141 0 67 454 137 27
Binary 1110010 11 1110010 0 1100001 0 110111 100101100 1011111 10111

Color Harmonies of #720372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720372

Black with #720372

Text Example


Text Example

White with #720372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720372; }

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

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

background-color css

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

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

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

border-color css

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

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

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