Html Css Color HEX #72057F Purple

📋 copy color: '#72057F'

red 114 ◦ green 5 ◦ blue 127

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

Shades of Purple #72057F

Tints of Purple #72057F

RGB

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

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

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

R = 46.34%
G = 2.03%
B = 51.63%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72057F (or 0x72057F) is known color: Purple. HEX triplet: 72, 05 and 7F. RGB value is (114,5,127). Sum of RGB (Red+Green+Blue) = 114+5+127=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #72057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72057F is #8DFA80. Grayscale: #333333. Windows color (decimal): -9304705 or 8324466. OLE color: 8324466.

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

Color convert

RGB 114 5 127 -
CMYK 0.10 0.96 0 0.50
HSL 293.61º 0.92% 0.26% -
HSV(B) 293.61º 0.96% 0.5% -
XYZ 10.82 5.22 20.52 -
YUV 51.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 114 5 127 0.10 0.96 0 0.50 293.61 0.92 0.26
Hex 72 5 7F A 60 0 32 126 5C 1A
Octal 162 5 177 12 140 0 62 446 134 32
Binary 1110010 101 1111111 1010 1100000 0 110010 100100110 1011100 11010

Color Harmonies of #72057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72057F

Black with #72057F

Text Example


Text Example

White with #72057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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