Html Css Color HEX #72125A Palatinate Purple

📋 copy color: '#72125A'

red 114 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #72125A

Tints of Palatinate Purple #72125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 51.35%
G = 8.11%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72125A (or 0x72125A) is known color: Palatinate Purple. HEX triplet: 72, 12 and 5A. RGB value is (114,18,90). Sum of RGB (Red+Green+Blue) = 114+18+90=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72125A is #8DEDA5. Grayscale: #363636. Windows color (decimal): -9301414 or 5902962. OLE color: 5902962.

HSL color Cylindrical-coordinate representation of color #72125A: hue angle of 315º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72125A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 90 -
CMYK 0 0.84 0.21 0.55
HSL 315º 0.73% 0.26% -
HSV(B) 315º 0.84% 0.45% -
XYZ 9 4.75 10.11 -
YUV 54.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 114 18 90 0 0.84 0.21 0.55 315 0.73 0.26
Hex 72 12 5A 0 54 15 37 13B 49 1A
Octal 162 22 132 0 124 25 67 473 111 32
Binary 1110010 10010 1011010 0 1010100 10101 110111 100111011 1001001 11010

Color Harmonies of #72125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72125A

Black with #72125A

Text Example


Text Example

White with #72125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,18,90); }

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

background-color css

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

 a { background-color: rgb(114,18,90); }

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

border-color css

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

 span { border-color: rgb(114,18,90); }

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