Html Css Color HEX #72028D Purple

📋 copy color: '#72028D'

red 114 ◦ green 2 ◦ blue 141

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

Shades of Purple #72028D

Tints of Purple #72028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 44.36%
G = 0.78%
B = 54.86%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72028D (or 0x72028D) is known color: Purple. HEX triplet: 72, 02 and 8D. RGB value is (114,2,141). Sum of RGB (Red+Green+Blue) = 114+2+141=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #72028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72028D is #8DFD72. Grayscale: #323232. Windows color (decimal): -9305459 or 9241202. OLE color: 9241202.

HSL color Cylindrical-coordinate representation of color #72028D: hue angle of 288.35º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72028D is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 2 141 -
CMYK 0.19 0.99 0 0.45
HSL 288.35º 0.97% 0.28% -
HSV(B) 288.35º 0.99% 0.55% -
XYZ 11.77 5.54 25.65 -
YUV 51.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 114 2 141 0.19 0.99 0 0.45 288.35 0.97 0.28
Hex 72 2 8D 13 63 0 2D 120 61 1C
Octal 162 2 215 23 143 0 55 440 141 34
Binary 1110010 10 10001101 10011 1100011 0 101101 100100000 1100001 11100

Color Harmonies of #72028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72028D

Black with #72028D

Text Example


Text Example

White with #72028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,2,141); }

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

background-color css

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

 a { background-color: rgb(114,2,141); }

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

border-color css

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

 span { border-color: rgb(114,2,141); }

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