Html Css Color HEX #72058A Purple

📋 copy color: '#72058A'

red 114 ◦ green 5 ◦ blue 138

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

Shades of Purple #72058A

Tints of Purple #72058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 44.36%
G = 1.95%
B = 53.7%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72058A (or 0x72058A) is known color: Purple. HEX triplet: 72, 05 and 8A. RGB value is (114,5,138). Sum of RGB (Red+Green+Blue) = 114+5+138=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #72058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72058A is #8DFA75. Grayscale: #343434. Windows color (decimal): -9304694 or 9045362. OLE color: 9045362.

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

Color convert

RGB 114 5 138 -
CMYK 0.17 0.96 0 0.46
HSL 289.17º 0.93% 0.28% -
HSV(B) 289.17º 0.96% 0.54% -
XYZ 11.58 5.52 24.5 -
YUV 52.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 114 5 138 0.17 0.96 0 0.46 289.17 0.93 0.28
Hex 72 5 8A 11 60 0 2E 121 5D 1C
Octal 162 5 212 21 140 0 56 441 135 34
Binary 1110010 101 10001010 10001 1100000 0 101110 100100001 1011101 11100

Color Harmonies of #72058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72058A

Black with #72058A

Text Example


Text Example

White with #72058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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