Html Css Color HEX #720296 Purple

📋 copy color: '#720296'

red 114 ◦ green 2 ◦ blue 150

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

Shades of Purple #720296

Tints of Purple #720296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 42.86%
G = 0.75%
B = 56.39%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#720296 (or 0x720296) is known color: Purple. HEX triplet: 72, 02 and 96. RGB value is (114,2,150). Sum of RGB (Red+Green+Blue) = 114+2+150=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #720296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720296 is #8DFD69. Grayscale: #333333. Windows color (decimal): -9305450 or 9831026. OLE color: 9831026.

HSL color Cylindrical-coordinate representation of color #720296: hue angle of 285.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720296 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 2 150 -
CMYK 0.24 0.99 0 0.41
HSL 285.41º 0.97% 0.3% -
HSV(B) 285.41º 0.99% 0.59% -
XYZ 12.47 5.82 29.32 -
YUV 52.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 114 2 150 0.24 0.99 0 0.41 285.41 0.97 0.3
Hex 72 2 96 18 63 0 29 11D 61 1E
Octal 162 2 226 30 143 0 51 435 141 36
Binary 1110010 10 10010110 11000 1100011 0 101001 100011101 1100001 11110

Color Harmonies of #720296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720296

Black with #720296

Text Example


Text Example

White with #720296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720296; }

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

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

background-color css

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

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

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

border-color css

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

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

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