Html Css Color HEX #72246B Palatinate Purple

📋 copy color: '#72246B'

red 114 ◦ green 36 ◦ blue 107

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

Shades of Palatinate Purple #72246B

Tints of Palatinate Purple #72246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 44.36%
G = 14.01%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72246B (or 0x72246B) is known color: Palatinate Purple. HEX triplet: 72, 24 and 6B. RGB value is (114,36,107). Sum of RGB (Red+Green+Blue) = 114+36+107=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72246B is #8DDB94. Grayscale: #434343. Windows color (decimal): -9296789 or 7021682. OLE color: 7021682.

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

Color convert

RGB 114 36 107 -
CMYK 0 0.68 0.06 0.55
HSL 305.38º 0.52% 0.29% -
HSV(B) 305.38º 0.68% 0.45% -
XYZ 10.22 5.9 14.51 -
YUV 67.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 114 36 107 0 0.68 0.06 0.55 305.38 0.52 0.29
Hex 72 24 6B 0 44 6 37 131 34 1D
Octal 162 44 153 0 104 6 67 461 64 35
Binary 1110010 100100 1101011 0 1000100 110 110111 100110001 110100 11101

Color Harmonies of #72246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72246B

Black with #72246B

Text Example


Text Example

White with #72246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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