Html Css Color HEX #720B8F Purple

📋 copy color: '#720B8F'

red 114 ◦ green 11 ◦ blue 143

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

Shades of Purple #720B8F

Tints of Purple #720B8F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 143 (56.25% from 255) = 53.36%

R = 42.54%
G = 4.1%
B = 53.36%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#720B8F (or 0x720B8F) is known color: Purple. HEX triplet: 72, 0B and 8F. RGB value is (114,11,143). Sum of RGB (Red+Green+Blue) = 114+11+143=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #720B8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B8F is #8DF470. Grayscale: #383838. Windows color (decimal): -9303153 or 9374578. OLE color: 9374578.

HSL color Cylindrical-coordinate representation of color #720B8F: hue angle of 286.82º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720B8F is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 11 143 -
CMYK 0.20 0.92 0 0.44
HSL 286.82º 0.86% 0.3% -
HSV(B) 286.82º 0.92% 0.56% -
XYZ 12.02 5.8 26.47 -
YUV 56.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 114 11 143 0.20 0.92 0 0.44 286.82 0.86 0.3
Hex 72 B 8F 14 5C 0 2C 11F 56 1E
Octal 162 13 217 24 134 0 54 437 126 36
Binary 1110010 1011 10001111 10100 1011100 0 101100 100011111 1010110 11110

Color Harmonies of #720B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B8F

Black with #720B8F

Text Example


Text Example

White with #720B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720B8F; }

 p { color: rgb(114,11,143); }

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

background-color css

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

 a { background-color: rgb(114,11,143); }

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

border-color css

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

 span { border-color: rgb(114,11,143); }

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