Html Css Color HEX #72008D Purple

📋 copy color: '#72008D'

red 114 ◦ green 0 ◦ blue 141

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

Shades of Purple #72008D

Tints of Purple #72008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 44.71%
G = 0%
B = 55.29%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72008D (or 0x72008D) is known color: Purple. HEX triplet: 72, 00 and 8D. RGB value is (114,0,141). Sum of RGB (Red+Green+Blue) = 114+0+141=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #72008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72008D is #8DFF72. Grayscale: #313131. Windows color (decimal): -9305971 or 9240690. OLE color: 9240690.

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

Color convert

RGB 114 0 141 -
CMYK 0.19 1 0 0.45
HSL 288.51º 1% 0.28% -
HSV(B) 288.51º 1% 0.55% -
XYZ 11.75 5.5 25.64 -
YUV 50.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 114 0 141 0.19 1 0 0.45 288.51 1 0.28
Hex 72 0 8D 13 64 0 2D 121 64 1C
Octal 162 0 215 23 144 0 55 441 144 34
Binary 1110010 0 10001101 10011 1100100 0 101101 100100001 1100100 11100

Color Harmonies of #72008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72008D

Black with #72008D

Text Example


Text Example

White with #72008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72008D; }

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

 H1.HeaderClassName
 {
   color: #72008D;
 }
 .AnyTagClassName
 {
   color: #72008D;
 }
</style>

background-color css

<style>
 a { background-color: #72008D; }

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

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

border-color css

<style>
 span { border-color: #72008D; }

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

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