Html Css Color HEX #720883 Purple

📋 copy color: '#720883'

red 114 ◦ green 8 ◦ blue 131

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

Shades of Purple #720883

Tints of Purple #720883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 45.06%
G = 3.16%
B = 51.78%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720883 (or 0x720883) is known color: Purple. HEX triplet: 72, 08 and 83. RGB value is (114,8,131). Sum of RGB (Red+Green+Blue) = 114+8+131=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #720883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720883 is #8DF77C. Grayscale: #353535. Windows color (decimal): -9303933 or 8587378. OLE color: 8587378.

HSL color Cylindrical-coordinate representation of color #720883: hue angle of 291.71º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720883 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 8 131 -
CMYK 0.13 0.94 0 0.49
HSL 291.71º 0.88% 0.27% -
HSV(B) 291.71º 0.94% 0.51% -
XYZ 11.12 5.39 21.93 -
YUV 53.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 114 8 131 0.13 0.94 0 0.49 291.71 0.88 0.27
Hex 72 8 83 D 5E 0 31 124 58 1B
Octal 162 10 203 15 136 0 61 444 130 33
Binary 1110010 1000 10000011 1101 1011110 0 110001 100100100 1011000 11011

Color Harmonies of #720883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720883

Black with #720883

Text Example


Text Example

White with #720883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720883; }

 p { color: rgb(114,8,131); }

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

background-color css

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

 a { background-color: rgb(114,8,131); }

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

border-color css

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

 span { border-color: rgb(114,8,131); }

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