Html Css Color HEX #72018D Purple

📋 copy color: '#72018D'

red 114 ◦ green 1 ◦ blue 141

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

Shades of Purple #72018D

Tints of Purple #72018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 44.53%
G = 0.39%
B = 55.08%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72018D (or 0x72018D) is known color: Purple. HEX triplet: 72, 01 and 8D. RGB value is (114,1,141). Sum of RGB (Red+Green+Blue) = 114+1+141=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #72018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72018D is #8DFE72. Grayscale: #323232. Windows color (decimal): -9305715 or 9240946. OLE color: 9240946.

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

Color convert

RGB 114 1 141 -
CMYK 0.19 0.99 0 0.45
HSL 288.43º 0.99% 0.28% -
HSV(B) 288.43º 0.99% 0.55% -
XYZ 11.76 5.52 25.65 -
YUV 50.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 114 1 141 0.19 0.99 0 0.45 288.43 0.99 0.28
Hex 72 1 8D 13 63 0 2D 120 63 1C
Octal 162 1 215 23 143 0 55 440 143 34
Binary 1110010 1 10001101 10011 1100011 0 101101 100100000 1100011 11100

Color Harmonies of #72018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72018D

Black with #72018D

Text Example


Text Example

White with #72018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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