Html Css Color HEX #72177F Purple

📋 copy color: '#72177F'

red 114 ◦ green 23 ◦ blue 127

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

Shades of Purple #72177F

Tints of Purple #72177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 43.18%
G = 8.71%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72177F (or 0x72177F) is known color: Purple. HEX triplet: 72, 17 and 7F. RGB value is (114,23,127). Sum of RGB (Red+Green+Blue) = 114+23+127=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #72177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72177F is #8DE880. Grayscale: #3D3D3D. Windows color (decimal): -9300097 or 8329074. OLE color: 8329074.

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

Color convert

RGB 114 23 127 -
CMYK 0.10 0.82 0 0.50
HSL 292.5º 0.69% 0.29% -
HSV(B) 292.5º 0.82% 0.5% -
XYZ 11.08 5.72 20.6 -
YUV 62.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 114 23 127 0.10 0.82 0 0.50 292.5 0.69 0.29
Hex 72 17 7F A 52 0 32 124 45 1D
Octal 162 27 177 12 122 0 62 444 105 35
Binary 1110010 10111 1111111 1010 1010010 0 110010 100100100 1000101 11101

Color Harmonies of #72177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72177F

Black with #72177F

Text Example


Text Example

White with #72177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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