Html Css Color HEX #72028B Purple

📋 copy color: '#72028B'

red 114 ◦ green 2 ◦ blue 139

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

Shades of Purple #72028B

Tints of Purple #72028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 44.71%
G = 0.78%
B = 54.51%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72028B (or 0x72028B) is known color: Purple. HEX triplet: 72, 02 and 8B. RGB value is (114,2,139). Sum of RGB (Red+Green+Blue) = 114+2+139=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #72028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72028B is #8DFD74. Grayscale: #323232. Windows color (decimal): -9305461 or 9110130. OLE color: 9110130.

HSL color Cylindrical-coordinate representation of color #72028B: hue angle of 289.05º 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 #72028B is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 2 139 -
CMYK 0.18 0.99 0 0.45
HSL 289.05º 0.97% 0.28% -
HSV(B) 289.05º 0.99% 0.55% -
XYZ 11.62 5.48 24.87 -
YUV 51.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 114 2 139 0.18 0.99 0 0.45 289.05 0.97 0.28
Hex 72 2 8B 12 63 0 2D 121 61 1C
Octal 162 2 213 22 143 0 55 441 141 34
Binary 1110010 10 10001011 10010 1100011 0 101101 100100001 1100001 11100

Color Harmonies of #72028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72028B

Black with #72028B

Text Example


Text Example

White with #72028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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