Html Css Color HEX #72136B Palatinate Purple

📋 copy color: '#72136B'

red 114 ◦ green 19 ◦ blue 107

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

Shades of Palatinate Purple #72136B

Tints of Palatinate Purple #72136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 47.5%
G = 7.92%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72136B (or 0x72136B) is known color: Palatinate Purple. HEX triplet: 72, 13 and 6B. RGB value is (114,19,107). Sum of RGB (Red+Green+Blue) = 114+19+107=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72136B is #8DEC94. Grayscale: #393939. Windows color (decimal): -9301141 or 7017330. OLE color: 7017330.

HSL color Cylindrical-coordinate representation of color #72136B: hue angle of 304.42º 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 #72136B is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 107 -
CMYK 0 0.83 0.06 0.55
HSL 304.42º 0.71% 0.26% -
HSV(B) 304.42º 0.83% 0.45% -
XYZ 9.83 5.1 14.38 -
YUV 57.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 114 19 107 0 0.83 0.06 0.55 304.42 0.71 0.26
Hex 72 13 6B 0 53 6 37 130 47 1A
Octal 162 23 153 0 123 6 67 460 107 32
Binary 1110010 10011 1101011 0 1010011 110 110111 100110000 1000111 11010

Color Harmonies of #72136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72136B

Black with #72136B

Text Example


Text Example

White with #72136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72136B; }

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

 H1.HeaderClassName
 {
   color: #72136B;
 }
 .AnyTagClassName
 {
   color: #72136B;
 }
</style>

background-color css

<style>
 a { background-color: #72136B; }

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

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

border-color css

<style>
 span { border-color: #72136B; }

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

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