Html Css Color HEX #72157D Purple

📋 copy color: '#72157D'

red 114 ◦ green 21 ◦ blue 125

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

Shades of Purple #72157D

Tints of Purple #72157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 43.85%
G = 8.08%
B = 48.08%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72157D (or 0x72157D) is known color: Purple. HEX triplet: 72, 15 and 7D. RGB value is (114,21,125). Sum of RGB (Red+Green+Blue) = 114+21+125=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #72157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72157D is #8DEA82. Grayscale: #3C3C3C. Windows color (decimal): -9300611 or 8197490. OLE color: 8197490.

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

Color convert

RGB 114 21 125 -
CMYK 0.09 0.83 0 0.51
HSL 293.65º 0.71% 0.29% -
HSV(B) 293.65º 0.83% 0.49% -
XYZ 10.91 5.59 19.91 -
YUV 60.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 114 21 125 0.09 0.83 0 0.51 293.65 0.71 0.29
Hex 72 15 7D 9 53 0 33 126 47 1D
Octal 162 25 175 11 123 0 63 446 107 35
Binary 1110010 10101 1111101 1001 1010011 0 110011 100100110 1000111 11101

Color Harmonies of #72157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72157D

Black with #72157D

Text Example


Text Example

White with #72157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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