Html Css Color HEX #720C83 Purple

📋 copy color: '#720C83'

red 114 ◦ green 12 ◦ blue 131

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

Shades of Purple #720C83

Tints of Purple #720C83

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

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

R = 44.36%
G = 4.67%
B = 50.97%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720C83 (or 0x720C83) is known color: Purple. HEX triplet: 72, 0C and 83. RGB value is (114,12,131). Sum of RGB (Red+Green+Blue) = 114+12+131=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #720C83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720C83 is #8DF37C. Grayscale: #373737. Windows color (decimal): -9302909 or 8588402. OLE color: 8588402.

HSL color Cylindrical-coordinate representation of color #720C83: hue angle of 291.43º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720C83 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 12 131 -
CMYK 0.13 0.91 0 0.49
HSL 291.43º 0.83% 0.28% -
HSV(B) 291.43º 0.91% 0.51% -
XYZ 11.17 5.48 21.94 -
YUV 56.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 114 12 131 0.13 0.91 0 0.49 291.43 0.83 0.28
Hex 72 C 83 D 5B 0 31 123 53 1C
Octal 162 14 203 15 133 0 61 443 123 34
Binary 1110010 1100 10000011 1101 1011011 0 110001 100100011 1010011 11100

Color Harmonies of #720C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C83

Black with #720C83

Text Example


Text Example

White with #720C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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