Html Css Color HEX #72187D Purple

📋 copy color: '#72187D'

red 114 ◦ green 24 ◦ blue 125

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

Shades of Purple #72187D

Tints of Purple #72187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 43.35%
G = 9.13%
B = 47.53%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72187D (or 0x72187D) is known color: Purple. HEX triplet: 72, 18 and 7D. RGB value is (114,24,125). Sum of RGB (Red+Green+Blue) = 114+24+125=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #72187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72187D is #8DE782. Grayscale: #3E3E3E. Windows color (decimal): -9299843 or 8198258. OLE color: 8198258.

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

Color convert

RGB 114 24 125 -
CMYK 0.09 0.81 0 0.51
HSL 293.47º 0.68% 0.29% -
HSV(B) 293.47º 0.81% 0.49% -
XYZ 10.97 5.71 19.93 -
YUV 62.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 114 24 125 0.09 0.81 0 0.51 293.47 0.68 0.29
Hex 72 18 7D 9 51 0 33 125 44 1D
Octal 162 30 175 11 121 0 63 445 104 35
Binary 1110010 11000 1111101 1001 1010001 0 110011 100100101 1000100 11101

Color Harmonies of #72187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72187D

Black with #72187D

Text Example


Text Example

White with #72187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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