Html Css Color HEX #72255A Palatinate Purple

📋 copy color: '#72255A'

red 114 ◦ green 37 ◦ blue 90

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

Shades of Palatinate Purple #72255A

Tints of Palatinate Purple #72255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 47.3%
G = 15.35%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72255A (or 0x72255A) is known color: Palatinate Purple. HEX triplet: 72, 25 and 5A. RGB value is (114,37,90). Sum of RGB (Red+Green+Blue) = 114+37+90=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72255A is #8DDAA5. Grayscale: #414141. Windows color (decimal): -9296550 or 5907826. OLE color: 5907826.

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

Color convert

RGB 114 37 90 -
CMYK 0 0.68 0.21 0.55
HSL 318.7º 0.51% 0.3% -
HSV(B) 318.7º 0.68% 0.45% -
XYZ 9.45 5.64 10.26 -
YUV 66.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 114 37 90 0 0.68 0.21 0.55 318.7 0.51 0.3
Hex 72 25 5A 0 44 15 37 13F 33 1E
Octal 162 45 132 0 104 25 67 477 63 36
Binary 1110010 100101 1011010 0 1000100 10101 110111 100111111 110011 11110

Color Harmonies of #72255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72255A

Black with #72255A

Text Example


Text Example

White with #72255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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