Html Css Color HEX #72188A Purple

📋 copy color: '#72188A'

red 114 ◦ green 24 ◦ blue 138

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

Shades of Purple #72188A

Tints of Purple #72188A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 41.3%
G = 8.7%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72188A (or 0x72188A) is known color: Purple. HEX triplet: 72, 18 and 8A. RGB value is (114,24,138). Sum of RGB (Red+Green+Blue) = 114+24+138=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #72188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72188A is #8DE775. Grayscale: #3F3F3F. Windows color (decimal): -9299830 or 9050226. OLE color: 9050226.

HSL color Cylindrical-coordinate representation of color #72188A: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72188A is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 24 138 -
CMYK 0.17 0.83 0 0.46
HSL 287.37º 0.7% 0.32% -
HSV(B) 287.37º 0.83% 0.54% -
XYZ 11.85 6.07 24.59 -
YUV 63.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 114 24 138 0.17 0.83 0 0.46 287.37 0.7 0.32
Hex 72 18 8A 11 53 0 2E 11F 46 20
Octal 162 30 212 21 123 0 56 437 106 40
Binary 1110010 11000 10001010 10001 1010011 0 101110 100011111 1000110 100000

Color Harmonies of #72188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72188A

Black with #72188A

Text Example


Text Example

White with #72188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72188A; }

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

 H1.HeaderClassName
 {
   color: #72188A;
 }
 .AnyTagClassName
 {
   color: #72188A;
 }
</style>

background-color css

<style>
 a { background-color: #72188A; }

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

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

border-color css

<style>
 span { border-color: #72188A; }

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

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