Html Css Color HEX #72056D Purple

📋 copy color: '#72056D'

red 114 ◦ green 5 ◦ blue 109

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

Shades of Purple #72056D

Tints of Purple #72056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 50%
G = 2.19%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72056D (or 0x72056D) is known color: Purple. HEX triplet: 72, 05 and 6D. RGB value is (114,5,109). Sum of RGB (Red+Green+Blue) = 114+5+109=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056D is #8DFA92. Grayscale: #313131. Windows color (decimal): -9304723 or 7144818. OLE color: 7144818.

HSL color Cylindrical-coordinate representation of color #72056D: hue angle of 302.75º 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 #72056D is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 109 -
CMYK 0 0.96 0.04 0.55
HSL 302.75º 0.92% 0.23% -
HSV(B) 302.75º 0.96% 0.45% -
XYZ 9.75 4.79 14.88 -
YUV 49.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 114 5 109 0 0.96 0.04 0.55 302.75 0.92 0.23
Hex 72 5 6D 0 60 4 37 12F 5C 17
Octal 162 5 155 0 140 4 67 457 134 27
Binary 1110010 101 1101101 0 1100000 100 110111 100101111 1011100 10111

Color Harmonies of #72056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72056D

Black with #72056D

Text Example


Text Example

White with #72056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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