Html Css Color HEX #72048A Purple

📋 copy color: '#72048A'

red 114 ◦ green 4 ◦ blue 138

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

Shades of Purple #72048A

Tints of Purple #72048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 44.53%
G = 1.56%
B = 53.91%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72048A (or 0x72048A) is known color: Purple. HEX triplet: 72, 04 and 8A. RGB value is (114,4,138). Sum of RGB (Red+Green+Blue) = 114+4+138=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #72048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72048A is #8DFB75. Grayscale: #333333. Windows color (decimal): -9304950 or 9045106. OLE color: 9045106.

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

Color convert

RGB 114 4 138 -
CMYK 0.17 0.97 0 0.46
HSL 289.25º 0.94% 0.28% -
HSV(B) 289.25º 0.97% 0.54% -
XYZ 11.57 5.5 24.5 -
YUV 52.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 114 4 138 0.17 0.97 0 0.46 289.25 0.94 0.28
Hex 72 4 8A 11 61 0 2E 121 5E 1C
Octal 162 4 212 21 141 0 56 441 136 34
Binary 1110010 100 10001010 10001 1100001 0 101110 100100001 1011110 11100

Color Harmonies of #72048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72048A

Black with #72048A

Text Example


Text Example

White with #72048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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