Html Css Color HEX #72058F Purple

📋 copy color: '#72058F'

red 114 ◦ green 5 ◦ blue 143

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

Shades of Purple #72058F

Tints of Purple #72058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.58%

R = 43.51%
G = 1.91%
B = 54.58%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72058F (or 0x72058F) is known color: Purple. HEX triplet: 72, 05 and 8F. RGB value is (114,5,143). Sum of RGB (Red+Green+Blue) = 114+5+143=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #72058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72058F is #8DFA70. Grayscale: #343434. Windows color (decimal): -9304689 or 9373042. OLE color: 9373042.

HSL color Cylindrical-coordinate representation of color #72058F: hue angle of 287.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72058F is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 5 143 -
CMYK 0.20 0.97 0 0.44
HSL 287.39º 0.93% 0.29% -
HSV(B) 287.39º 0.97% 0.56% -
XYZ 11.95 5.67 26.45 -
YUV 53.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 114 5 143 0.20 0.97 0 0.44 287.39 0.93 0.29
Hex 72 5 8F 14 61 0 2C 11F 5D 1D
Octal 162 5 217 24 141 0 54 437 135 35
Binary 1110010 101 10001111 10100 1100001 0 101100 100011111 1011101 11101

Color Harmonies of #72058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72058F

Black with #72058F

Text Example


Text Example

White with #72058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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