Html Css Color HEX #72046F Purple

📋 copy color: '#72046F'

red 114 ◦ green 4 ◦ blue 111

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

Shades of Purple #72046F

Tints of Purple #72046F

RGB

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

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

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

R = 49.78%
G = 1.75%
B = 48.47%

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

#72046F (or 0x72046F) is known color: Purple. HEX triplet: 72, 04 and 6F. RGB value is (114,4,111). Sum of RGB (Red+Green+Blue) = 114+4+111=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72046F is #8DFB90. Grayscale: #303030. Windows color (decimal): -9304977 or 7275634. OLE color: 7275634.

HSL color Cylindrical-coordinate representation of color #72046F: hue angle of 301.64º degrees, saturation: 0.93, 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 #72046F is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 111 -
CMYK 0 0.96 0.03 0.55
HSL 301.64º 0.93% 0.23% -
HSV(B) 301.64º 0.96% 0.45% -
XYZ 9.85 4.81 15.45 -
YUV 49.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 114 4 111 0 0.96 0.03 0.55 301.64 0.93 0.23
Hex 72 4 6F 0 60 3 37 12E 5D 17
Octal 162 4 157 0 140 3 67 456 135 27
Binary 1110010 100 1101111 0 1100000 11 110111 100101110 1011101 10111

Color Harmonies of #72046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72046F

Black with #72046F

Text Example


Text Example

White with #72046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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