Html Css Color HEX #720B7F Purple

📋 copy color: '#720B7F'

red 114 ◦ green 11 ◦ blue 127

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

Shades of Purple #720B7F

Tints of Purple #720B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.4%

R = 45.24%
G = 4.37%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#720B7F (or 0x720B7F) is known color: Purple. HEX triplet: 72, 0B and 7F. RGB value is (114,11,127). Sum of RGB (Red+Green+Blue) = 114+11+127=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #720B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B7F is #8DF480. Grayscale: #363636. Windows color (decimal): -9303169 or 8326002. OLE color: 8326002.

HSL color Cylindrical-coordinate representation of color #720B7F: hue angle of 293.28º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720B7F is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 11 127 -
CMYK 0.10 0.91 0 0.50
HSL 293.28º 0.84% 0.27% -
HSV(B) 293.28º 0.91% 0.5% -
XYZ 10.89 5.35 20.54 -
YUV 55.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 114 11 127 0.10 0.91 0 0.50 293.28 0.84 0.27
Hex 72 B 7F A 5B 0 32 125 54 1B
Octal 162 13 177 12 133 0 62 445 124 33
Binary 1110010 1011 1111111 1010 1011011 0 110010 100100101 1010100 11011

Color Harmonies of #720B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B7F

Black with #720B7F

Text Example


Text Example

White with #720B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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