Html Css Color HEX #72037A Purple

📋 copy color: '#72037A'

red 114 ◦ green 3 ◦ blue 122

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

Shades of Purple #72037A

Tints of Purple #72037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.05%

R = 47.7%
G = 1.26%
B = 51.05%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72037A (or 0x72037A) is known color: Purple. HEX triplet: 72, 03 and 7A. RGB value is (114,3,122). Sum of RGB (Red+Green+Blue) = 114+3+122=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #72037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72037A is #8DFC85. Grayscale: #313131. Windows color (decimal): -9305222 or 7996274. OLE color: 7996274.

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

Color convert

RGB 114 3 122 -
CMYK 0.07 0.98 0 0.52
HSL 295.97º 0.95% 0.25% -
HSV(B) 295.97º 0.98% 0.48% -
XYZ 10.48 5.05 18.83 -
YUV 49.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 114 3 122 0.07 0.98 0 0.52 295.97 0.95 0.25
Hex 72 3 7A 7 62 0 34 128 5F 19
Octal 162 3 172 7 142 0 64 450 137 31
Binary 1110010 11 1111010 111 1100010 0 110100 100101000 1011111 11001

Color Harmonies of #72037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72037A

Black with #72037A

Text Example


Text Example

White with #72037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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