Html Css Color HEX #72037D Purple

📋 copy color: '#72037D'

red 114 ◦ green 3 ◦ blue 125

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

Shades of Purple #72037D

Tints of Purple #72037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 47.11%
G = 1.24%
B = 51.65%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72037D (or 0x72037D) is known color: Purple. HEX triplet: 72, 03 and 7D. RGB value is (114,3,125). Sum of RGB (Red+Green+Blue) = 114+3+125=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #72037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72037D is #8DFC82. Grayscale: #313131. Windows color (decimal): -9305219 or 8192882. OLE color: 8192882.

HSL color Cylindrical-coordinate representation of color #72037D: hue angle of 294.59º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72037D is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 3 125 -
CMYK 0.09 0.98 0 0.51
HSL 294.59º 0.95% 0.25% -
HSV(B) 294.59º 0.98% 0.49% -
XYZ 10.67 5.12 19.83 -
YUV 50.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 114 3 125 0.09 0.98 0 0.51 294.59 0.95 0.25
Hex 72 3 7D 9 62 0 33 127 5F 19
Octal 162 3 175 11 142 0 63 447 137 31
Binary 1110010 11 1111101 1001 1100010 0 110011 100100111 1011111 11001

Color Harmonies of #72037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72037D

Black with #72037D

Text Example


Text Example

White with #72037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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