Html Css Color HEX #720373 Purple

📋 copy color: '#720373'

red 114 ◦ green 3 ◦ blue 115

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

Shades of Purple #720373

Tints of Purple #720373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 49.14%
G = 1.29%
B = 49.57%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720373 (or 0x720373) is known color: Purple. HEX triplet: 72, 03 and 73. RGB value is (114,3,115). Sum of RGB (Red+Green+Blue) = 114+3+115=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #720373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720373 is #8DFC8C. Grayscale: #303030. Windows color (decimal): -9305229 or 7537522. OLE color: 7537522.

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

Color convert

RGB 114 3 115 -
CMYK 0.01 0.97 0 0.55
HSL 299.46º 0.95% 0.23% -
HSV(B) 299.46º 0.97% 0.45% -
XYZ 10.07 4.88 16.63 -
YUV 48.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 114 3 115 0.01 0.97 0 0.55 299.46 0.95 0.23
Hex 72 3 73 1 61 0 37 12B 5F 17
Octal 162 3 163 1 141 0 67 453 137 27
Binary 1110010 11 1110011 1 1100001 0 110111 100101011 1011111 10111

Color Harmonies of #720373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720373

Black with #720373

Text Example


Text Example

White with #720373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720373; }

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

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

background-color css

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

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

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

border-color css

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

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

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