Html Css Color HEX #72006F Purple

📋 copy color: '#72006F'

red 114 ◦ green 0 ◦ blue 111

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

Shades of Purple #72006F

Tints of Purple #72006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 50.67%
G = 0%
B = 49.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72006F (or 0x72006F) is known color: Purple. HEX triplet: 72, 00 and 6F. RGB value is (114,0,111). Sum of RGB (Red+Green+Blue) = 114+0+111=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72006F is #8DFF90. Grayscale: #2E2E2E. Windows color (decimal): -9306001 or 7274610. OLE color: 7274610.

HSL color Cylindrical-coordinate representation of color #72006F: hue angle of 301.58º 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 #72006F is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 111 -
CMYK 0 1 0.03 0.55
HSL 301.58º 1% 0.22% -
HSV(B) 301.58º 1% 0.45% -
XYZ 9.81 4.73 15.43 -
YUV 46.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 114 0 111 0 1 0.03 0.55 301.58 1 0.22
Hex 72 0 6F 0 64 3 37 12E 64 16
Octal 162 0 157 0 144 3 67 456 144 26
Binary 1110010 0 1101111 0 1100100 11 110111 100101110 1100100 10110

Color Harmonies of #72006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72006F

Black with #72006F

Text Example


Text Example

White with #72006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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