Html Css Color HEX #720273 Purple

📋 copy color: '#720273'

red 114 ◦ green 2 ◦ blue 115

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

Shades of Purple #720273

Tints of Purple #720273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 49.35%
G = 0.87%
B = 49.78%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720273 (or 0x720273) is known color: Purple. HEX triplet: 72, 02 and 73. RGB value is (114,2,115). Sum of RGB (Red+Green+Blue) = 114+2+115=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #720273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720273 is #8DFD8C. Grayscale: #303030. Windows color (decimal): -9305485 or 7537266. OLE color: 7537266.

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

Color convert

RGB 114 2 115 -
CMYK 0.01 0.98 0 0.55
HSL 299.47º 0.97% 0.23% -
HSV(B) 299.47º 0.98% 0.45% -
XYZ 10.06 4.86 16.63 -
YUV 48.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 114 2 115 0.01 0.98 0 0.55 299.47 0.97 0.23
Hex 72 2 73 1 62 0 37 12B 61 17
Octal 162 2 163 1 142 0 67 453 141 27
Binary 1110010 10 1110011 1 1100010 0 110111 100101011 1100001 10111

Color Harmonies of #720273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720273

Black with #720273

Text Example


Text Example

White with #720273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720273; }

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

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

background-color css

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

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

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

border-color css

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

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

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