Html Css Color HEX #72047F Purple

📋 copy color: '#72047F'

red 114 ◦ green 4 ◦ blue 127

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

Shades of Purple #72047F

Tints of Purple #72047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 46.53%
G = 1.63%
B = 51.84%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72047F (or 0x72047F) is known color: Purple. HEX triplet: 72, 04 and 7F. RGB value is (114,4,127). Sum of RGB (Red+Green+Blue) = 114+4+127=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #72047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72047F is #8DFB80. Grayscale: #323232. Windows color (decimal): -9304961 or 8324210. OLE color: 8324210.

HSL color Cylindrical-coordinate representation of color #72047F: hue angle of 293.66º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72047F is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 4 127 -
CMYK 0.10 0.97 0 0.50
HSL 293.66º 0.94% 0.26% -
HSV(B) 293.66º 0.97% 0.5% -
XYZ 10.81 5.2 20.51 -
YUV 50.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 114 4 127 0.10 0.97 0 0.50 293.66 0.94 0.26
Hex 72 4 7F A 61 0 32 126 5E 1A
Octal 162 4 177 12 141 0 62 446 136 32
Binary 1110010 100 1111111 1010 1100001 0 110010 100100110 1011110 11010

Color Harmonies of #72047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72047F

Black with #72047F

Text Example


Text Example

White with #72047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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