Html Css Color HEX #72005F Purple

📋 copy color: '#72005F'

red 114 ◦ green 0 ◦ blue 95

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

Shades of Purple #72005F

Tints of Purple #72005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72005F (or 0x72005F) is known color: Purple. HEX triplet: 72, 00 and 5F. RGB value is (114,0,95). Sum of RGB (Red+Green+Blue) = 114+0+95=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72005F is #8DFFA0. Grayscale: #2C2C2C. Windows color (decimal): -9306017 or 6226034. OLE color: 6226034.

HSL color Cylindrical-coordinate representation of color #72005F: hue angle of 310º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72005F is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 95 -
CMYK 0 1 0.17 0.55
HSL 310º 1% 0.22% -
HSV(B) 310º 1% 0.45% -
XYZ 9 4.4 11.2 -
YUV 44.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 114 0 95 0 1 0.17 0.55 310 1 0.22
Hex 72 0 5F 0 64 11 37 136 64 16
Octal 162 0 137 0 144 21 67 466 144 26
Binary 1110010 0 1011111 0 1100100 10001 110111 100110110 1100100 10110

Color Harmonies of #72005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72005F

Black with #72005F

Text Example


Text Example

White with #72005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,0,95); }

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

background-color css

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

 a { background-color: rgb(114,0,95); }

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

border-color css

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

 span { border-color: rgb(114,0,95); }

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