Html Css Color HEX #720073 Purple

📋 copy color: '#720073'

red 114 ◦ green 0 ◦ blue 115

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

Shades of Purple #720073

Tints of Purple #720073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.78%
G = 0%
B = 50.22%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720073 (or 0x720073) is known color: Purple. HEX triplet: 72, 00 and 73. RGB value is (114,0,115). Sum of RGB (Red+Green+Blue) = 114+0+115=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #720073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720073 is #8DFF8C. Grayscale: #2E2E2E. Windows color (decimal): -9305997 or 7536754. OLE color: 7536754.

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

Color convert

RGB 114 0 115 -
CMYK 0.01 1 0 0.55
HSL 299.48º 1% 0.23% -
HSV(B) 299.48º 1% 0.45% -
XYZ 10.03 4.82 16.62 -
YUV 47.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 114 0 115 0.01 1 0 0.55 299.48 1 0.23
Hex 72 0 73 1 64 0 37 12B 64 17
Octal 162 0 163 1 144 0 67 453 144 27
Binary 1110010 0 1110011 1 1100100 0 110111 100101011 1100100 10111

Color Harmonies of #720073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720073

Black with #720073

Text Example


Text Example

White with #720073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720073; }

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

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

background-color css

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

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

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

border-color css

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

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

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