Html Css Color HEX #72088F Purple

📋 copy color: '#72088F'

red 114 ◦ green 8 ◦ blue 143

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

Shades of Purple #72088F

Tints of Purple #72088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 43.02%
G = 3.02%
B = 53.96%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72088F (or 0x72088F) is known color: Purple. HEX triplet: 72, 08 and 8F. RGB value is (114,8,143). Sum of RGB (Red+Green+Blue) = 114+8+143=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #72088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72088F is #8DF770. Grayscale: #363636. Windows color (decimal): -9303921 or 9373810. OLE color: 9373810.

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

Color convert

RGB 114 8 143 -
CMYK 0.20 0.94 0 0.44
HSL 287.11º 0.89% 0.3% -
HSV(B) 287.11º 0.94% 0.56% -
XYZ 11.98 5.73 26.46 -
YUV 55.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 114 8 143 0.20 0.94 0 0.44 287.11 0.89 0.3
Hex 72 8 8F 14 5E 0 2C 11F 59 1E
Octal 162 10 217 24 136 0 54 437 131 36
Binary 1110010 1000 10001111 10100 1011110 0 101100 100011111 1011001 11110

Color Harmonies of #72088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72088F

Black with #72088F

Text Example


Text Example

White with #72088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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