Html Css Color HEX #720291 Purple

📋 copy color: '#720291'

red 114 ◦ green 2 ◦ blue 145

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

Shades of Purple #720291

Tints of Purple #720291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 43.68%
G = 0.77%
B = 55.56%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720291 (or 0x720291) is known color: Purple. HEX triplet: 72, 02 and 91. RGB value is (114,2,145). Sum of RGB (Red+Green+Blue) = 114+2+145=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #720291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720291 is #8DFD6E. Grayscale: #333333. Windows color (decimal): -9305455 or 9503346. OLE color: 9503346.

HSL color Cylindrical-coordinate representation of color #720291: hue angle of 286.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720291 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 2 145 -
CMYK 0.21 0.99 0 0.43
HSL 286.99º 0.97% 0.29% -
HSV(B) 286.99º 0.99% 0.57% -
XYZ 12.07 5.67 27.25 -
YUV 51.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 114 2 145 0.21 0.99 0 0.43 286.99 0.97 0.29
Hex 72 2 91 15 63 0 2B 11F 61 1D
Octal 162 2 221 25 143 0 53 437 141 35
Binary 1110010 10 10010001 10101 1100011 0 101011 100011111 1100001 11101

Color Harmonies of #720291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720291

Black with #720291

Text Example


Text Example

White with #720291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720291; }

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

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

background-color css

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

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

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

border-color css

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

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

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