Html Css Color HEX #72135E Palatinate Purple

📋 copy color: '#72135E'

red 114 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #72135E

Tints of Palatinate Purple #72135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 50.22%
G = 8.37%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72135E (or 0x72135E) is known color: Palatinate Purple. HEX triplet: 72, 13 and 5E. RGB value is (114,19,94). Sum of RGB (Red+Green+Blue) = 114+19+94=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72135E is #8DECA1. Grayscale: #373737. Windows color (decimal): -9301154 or 6165362. OLE color: 6165362.

HSL color Cylindrical-coordinate representation of color #72135E: hue angle of 312.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72135E is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 94 -
CMYK 0 0.83 0.18 0.55
HSL 312.63º 0.71% 0.26% -
HSV(B) 312.63º 0.83% 0.45% -
XYZ 9.19 4.85 11.04 -
YUV 55.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 114 19 94 0 0.83 0.18 0.55 312.63 0.71 0.26
Hex 72 13 5E 0 53 12 37 139 47 1A
Octal 162 23 136 0 123 22 67 471 107 32
Binary 1110010 10011 1011110 0 1010011 10010 110111 100111001 1000111 11010

Color Harmonies of #72135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72135E

Black with #72135E

Text Example


Text Example

White with #72135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72135E; }

 p { color: rgb(114,19,94); }

 H1.HeaderClassName
 {
   color: #72135E;
 }
 .AnyTagClassName
 {
   color: #72135E;
 }
</style>

background-color css

<style>
 a { background-color: #72135E; }

 a { background-color: rgb(114,19,94); }

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

border-color css

<style>
 span { border-color: #72135E; }

 span { border-color: rgb(114,19,94); }

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