Html Css Color HEX #72146B Palatinate Purple

📋 copy color: '#72146B'

red 114 ◦ green 20 ◦ blue 107

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

Shades of Palatinate Purple #72146B

Tints of Palatinate Purple #72146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 47.3%
G = 8.3%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72146B (or 0x72146B) is known color: Palatinate Purple. HEX triplet: 72, 14 and 6B. RGB value is (114,20,107). Sum of RGB (Red+Green+Blue) = 114+20+107=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72146B is #8DEB94. Grayscale: #393939. Windows color (decimal): -9300885 or 7017586. OLE color: 7017586.

HSL color Cylindrical-coordinate representation of color #72146B: hue angle of 304.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72146B is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 107 -
CMYK 0 0.82 0.06 0.55
HSL 304.47º 0.7% 0.26% -
HSV(B) 304.47º 0.82% 0.45% -
XYZ 9.84 5.14 14.38 -
YUV 58.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 114 20 107 0 0.82 0.06 0.55 304.47 0.7 0.26
Hex 72 14 6B 0 52 6 37 130 46 1A
Octal 162 24 153 0 122 6 67 460 106 32
Binary 1110010 10100 1101011 0 1010010 110 110111 100110000 1000110 11010

Color Harmonies of #72146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72146B

Black with #72146B

Text Example


Text Example

White with #72146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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