Html Css Color HEX #72215A Palatinate Purple

📋 copy color: '#72215A'

red 114 ◦ green 33 ◦ blue 90

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

Shades of Palatinate Purple #72215A

Tints of Palatinate Purple #72215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 48.1%
G = 13.92%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72215A (or 0x72215A) is known color: Palatinate Purple. HEX triplet: 72, 21 and 5A. RGB value is (114,33,90). Sum of RGB (Red+Green+Blue) = 114+33+90=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72215A is #8DDEA5. Grayscale: #3F3F3F. Windows color (decimal): -9297574 or 5906802. OLE color: 5906802.

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

Color convert

RGB 114 33 90 -
CMYK 0 0.71 0.21 0.55
HSL 317.78º 0.55% 0.29% -
HSV(B) 317.78º 0.71% 0.45% -
XYZ 9.33 5.4 10.22 -
YUV 63.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 114 33 90 0 0.71 0.21 0.55 317.78 0.55 0.29
Hex 72 21 5A 0 47 15 37 13E 37 1D
Octal 162 41 132 0 107 25 67 476 67 35
Binary 1110010 100001 1011010 0 1000111 10101 110111 100111110 110111 11101

Color Harmonies of #72215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72215A

Black with #72215A

Text Example


Text Example

White with #72215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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