Html Css Color HEX #720295 Purple

📋 copy color: '#720295'

red 114 ◦ green 2 ◦ blue 149

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

Shades of Purple #720295

Tints of Purple #720295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 43.02%
G = 0.75%
B = 56.23%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#720295 (or 0x720295) is known color: Purple. HEX triplet: 72, 02 and 95. RGB value is (114,2,149). Sum of RGB (Red+Green+Blue) = 114+2+149=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #720295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720295 is #8DFD6A. Grayscale: #333333. Windows color (decimal): -9305451 or 9765490. OLE color: 9765490.

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

Color convert

RGB 114 2 149 -
CMYK 0.23 0.99 0 0.42
HSL 285.71º 0.97% 0.3% -
HSV(B) 285.71º 0.99% 0.58% -
XYZ 12.39 5.79 28.9 -
YUV 52.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 114 2 149 0.23 0.99 0 0.42 285.71 0.97 0.3
Hex 72 2 95 17 63 0 2A 11E 61 1E
Octal 162 2 225 27 143 0 52 436 141 36
Binary 1110010 10 10010101 10111 1100011 0 101010 100011110 1100001 11110

Color Harmonies of #720295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720295

Black with #720295

Text Example


Text Example

White with #720295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720295; }

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

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

background-color css

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

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

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

border-color css

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

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

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