Html Css Color HEX #72056F Purple

📋 copy color: '#72056F'

red 114 ◦ green 5 ◦ blue 111

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

Shades of Purple #72056F

Tints of Purple #72056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 49.57%
G = 2.17%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72056F (or 0x72056F) is known color: Purple. HEX triplet: 72, 05 and 6F. RGB value is (114,5,111). Sum of RGB (Red+Green+Blue) = 114+5+111=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056F is #8DFA90. Grayscale: #313131. Windows color (decimal): -9304721 or 7275890. OLE color: 7275890.

HSL color Cylindrical-coordinate representation of color #72056F: hue angle of 301.65º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72056F is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 111 -
CMYK 0 0.96 0.03 0.55
HSL 301.65º 0.92% 0.23% -
HSV(B) 301.65º 0.96% 0.45% -
XYZ 9.86 4.83 15.45 -
YUV 49.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 114 5 111 0 0.96 0.03 0.55 301.65 0.92 0.23
Hex 72 5 6F 0 60 3 37 12E 5C 17
Octal 162 5 157 0 140 3 67 456 134 27
Binary 1110010 101 1101111 0 1100000 11 110111 100101110 1011100 10111

Color Harmonies of #72056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72056F

Black with #72056F

Text Example


Text Example

White with #72056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72056F; }

 p { color: rgb(114,5,111); }

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

background-color css

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

 a { background-color: rgb(114,5,111); }

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

border-color css

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

 span { border-color: rgb(114,5,111); }

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