Html Css Color HEX #72177D Purple

📋 copy color: '#72177D'

red 114 ◦ green 23 ◦ blue 125

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

Shades of Purple #72177D

Tints of Purple #72177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 43.51%
G = 8.78%
B = 47.71%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72177D (or 0x72177D) is known color: Purple. HEX triplet: 72, 17 and 7D. RGB value is (114,23,125). Sum of RGB (Red+Green+Blue) = 114+23+125=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #72177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72177D is #8DE882. Grayscale: #3D3D3D. Windows color (decimal): -9300099 or 8198002. OLE color: 8198002.

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

Color convert

RGB 114 23 125 -
CMYK 0.09 0.82 0 0.51
HSL 293.53º 0.69% 0.29% -
HSV(B) 293.53º 0.82% 0.49% -
XYZ 10.95 5.67 19.92 -
YUV 61.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 114 23 125 0.09 0.82 0 0.51 293.53 0.69 0.29
Hex 72 17 7D 9 52 0 33 126 45 1D
Octal 162 27 175 11 122 0 63 446 105 35
Binary 1110010 10111 1111101 1001 1010010 0 110011 100100110 1000101 11101

Color Harmonies of #72177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72177D

Black with #72177D

Text Example


Text Example

White with #72177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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