Html Css Color HEX #72046A Purple

📋 copy color: '#72046A'

red 114 ◦ green 4 ◦ blue 106

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

Shades of Purple #72046A

Tints of Purple #72046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.32%

R = 50.89%
G = 1.79%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72046A (or 0x72046A) is known color: Purple. HEX triplet: 72, 04 and 6A. RGB value is (114,4,106). Sum of RGB (Red+Green+Blue) = 114+4+106=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72046A is #8DFB95. Grayscale: #303030. Windows color (decimal): -9304982 or 6947954. OLE color: 6947954.

HSL color Cylindrical-coordinate representation of color #72046A: hue angle of 304.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72046A is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 106 -
CMYK 0 0.96 0.07 0.55
HSL 304.36º 0.93% 0.23% -
HSV(B) 304.36º 0.96% 0.45% -
XYZ 9.58 4.7 14.04 -
YUV 48.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 114 4 106 0 0.96 0.07 0.55 304.36 0.93 0.23
Hex 72 4 6A 0 60 7 37 130 5D 17
Octal 162 4 152 0 140 7 67 460 135 27
Binary 1110010 100 1101010 0 1100000 111 110111 100110000 1011101 10111

Color Harmonies of #72046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72046A

Black with #72046A

Text Example


Text Example

White with #72046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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