Html Css Color HEX #72147E Purple

📋 copy color: '#72147E'

red 114 ◦ green 20 ◦ blue 126

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

Shades of Purple #72147E

Tints of Purple #72147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 43.85%
G = 7.69%
B = 48.46%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72147E (or 0x72147E) is known color: Purple. HEX triplet: 72, 14 and 7E. RGB value is (114,20,126). Sum of RGB (Red+Green+Blue) = 114+20+126=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #72147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72147E is #8DEB81. Grayscale: #3B3B3B. Windows color (decimal): -9300866 or 8262770. OLE color: 8262770.

HSL color Cylindrical-coordinate representation of color #72147E: hue angle of 293.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72147E is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 20 126 -
CMYK 0.10 0.84 0 0.51
HSL 293.21º 0.73% 0.29% -
HSV(B) 293.21º 0.84% 0.49% -
XYZ 10.96 5.58 20.24 -
YUV 60.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 114 20 126 0.10 0.84 0 0.51 293.21 0.73 0.29
Hex 72 14 7E A 54 0 33 125 49 1D
Octal 162 24 176 12 124 0 63 445 111 35
Binary 1110010 10100 1111110 1010 1010100 0 110011 100100101 1001001 11101

Color Harmonies of #72147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72147E

Black with #72147E

Text Example


Text Example

White with #72147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72147E; }

 p { color: rgb(114,20,126); }

 H1.HeaderClassName
 {
   color: #72147E;
 }
 .AnyTagClassName
 {
   color: #72147E;
 }
</style>

background-color css

<style>
 a { background-color: #72147E; }

 a { background-color: rgb(114,20,126); }

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

border-color css

<style>
 span { border-color: #72147E; }

 span { border-color: rgb(114,20,126); }

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