Html Css Color HEX #720B7B Purple

📋 copy color: '#720B7B'

red 114 ◦ green 11 ◦ blue 123

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

Shades of Purple #720B7B

Tints of Purple #720B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.6%

R = 45.97%
G = 4.44%
B = 49.6%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#720B7B (or 0x720B7B) is known color: Purple. HEX triplet: 72, 0B and 7B. RGB value is (114,11,123). Sum of RGB (Red+Green+Blue) = 114+11+123=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #720B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B7B is #8DF484. Grayscale: #363636. Windows color (decimal): -9303173 or 8063858. OLE color: 8063858.

HSL color Cylindrical-coordinate representation of color #720B7B: hue angle of 295.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720B7B is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 11 123 -
CMYK 0.07 0.91 0 0.52
HSL 295.18º 0.84% 0.26% -
HSV(B) 295.18º 0.91% 0.48% -
XYZ 10.63 5.25 19.19 -
YUV 54.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 114 11 123 0.07 0.91 0 0.52 295.18 0.84 0.26
Hex 72 B 7B 7 5B 0 34 127 54 1A
Octal 162 13 173 7 133 0 64 447 124 32
Binary 1110010 1011 1111011 111 1011011 0 110100 100100111 1010100 11010

Color Harmonies of #720B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B7B

Black with #720B7B

Text Example


Text Example

White with #720B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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