Html Css Color HEX #72038D Purple

📋 copy color: '#72038D'

red 114 ◦ green 3 ◦ blue 141

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

Shades of Purple #72038D

Tints of Purple #72038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 44.19%
G = 1.16%
B = 54.65%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72038D (or 0x72038D) is known color: Purple. HEX triplet: 72, 03 and 8D. RGB value is (114,3,141). Sum of RGB (Red+Green+Blue) = 114+3+141=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #72038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72038D is #8DFC72. Grayscale: #333333. Windows color (decimal): -9305203 or 9241458. OLE color: 9241458.

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

Color convert

RGB 114 3 141 -
CMYK 0.19 0.98 0 0.45
HSL 288.26º 0.96% 0.28% -
HSV(B) 288.26º 0.98% 0.55% -
XYZ 11.78 5.57 25.65 -
YUV 51.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 114 3 141 0.19 0.98 0 0.45 288.26 0.96 0.28
Hex 72 3 8D 13 62 0 2D 120 60 1C
Octal 162 3 215 23 142 0 55 440 140 34
Binary 1110010 11 10001101 10011 1100010 0 101101 100100000 1100000 11100

Color Harmonies of #72038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72038D

Black with #72038D

Text Example


Text Example

White with #72038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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