Html Css Color HEX #72127D Purple

📋 copy color: '#72127D'

red 114 ◦ green 18 ◦ blue 125

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

Shades of Purple #72127D

Tints of Purple #72127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 44.36%
G = 7%
B = 48.64%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72127D (or 0x72127D) is known color: Purple. HEX triplet: 72, 12 and 7D. RGB value is (114,18,125). Sum of RGB (Red+Green+Blue) = 114+18+125=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #72127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72127D is #8DED82. Grayscale: #3A3A3A. Windows color (decimal): -9301379 or 8196722. OLE color: 8196722.

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

Color convert

RGB 114 18 125 -
CMYK 0.09 0.86 0 0.51
HSL 293.83º 0.75% 0.28% -
HSV(B) 293.83º 0.86% 0.49% -
XYZ 10.86 5.49 19.89 -
YUV 58.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 114 18 125 0.09 0.86 0 0.51 293.83 0.75 0.28
Hex 72 12 7D 9 56 0 33 126 4B 1C
Octal 162 22 175 11 126 0 63 446 113 34
Binary 1110010 10010 1111101 1001 1010110 0 110011 100100110 1001011 11100

Color Harmonies of #72127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72127D

Black with #72127D

Text Example


Text Example

White with #72127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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