Html Css Color HEX #72047A Purple

📋 copy color: '#72047A'

red 114 ◦ green 4 ◦ blue 122

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

Shades of Purple #72047A

Tints of Purple #72047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 47.5%
G = 1.67%
B = 50.83%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72047A (or 0x72047A) is known color: Purple. HEX triplet: 72, 04 and 7A. RGB value is (114,4,122). Sum of RGB (Red+Green+Blue) = 114+4+122=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #72047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72047A is #8DFB85. Grayscale: #313131. Windows color (decimal): -9304966 or 7996530. OLE color: 7996530.

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

Color convert

RGB 114 4 122 -
CMYK 0.07 0.97 0 0.52
HSL 295.93º 0.94% 0.25% -
HSV(B) 295.93º 0.97% 0.48% -
XYZ 10.5 5.07 18.84 -
YUV 50.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 114 4 122 0.07 0.97 0 0.52 295.93 0.94 0.25
Hex 72 4 7A 7 61 0 34 128 5E 19
Octal 162 4 172 7 141 0 64 450 136 31
Binary 1110010 100 1111010 111 1100001 0 110100 100101000 1011110 11001

Color Harmonies of #72047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72047A

Black with #72047A

Text Example


Text Example

White with #72047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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