Html Css Color HEX #72266C Palatinate Purple

📋 copy color: '#72266C'

red 114 ◦ green 38 ◦ blue 108

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

Shades of Palatinate Purple #72266C

Tints of Palatinate Purple #72266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 43.85%
G = 14.62%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72266C (or 0x72266C) is known color: Palatinate Purple. HEX triplet: 72, 26 and 6C. RGB value is (114,38,108). Sum of RGB (Red+Green+Blue) = 114+38+108=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72266C is #8DD993. Grayscale: #444444. Windows color (decimal): -9296276 or 7087730. OLE color: 7087730.

HSL color Cylindrical-coordinate representation of color #72266C: hue angle of 304.74º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72266C is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 108 -
CMYK 0 0.67 0.05 0.55
HSL 304.74º 0.5% 0.3% -
HSV(B) 304.74º 0.67% 0.45% -
XYZ 10.34 6.05 14.81 -
YUV 68.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 114 38 108 0 0.67 0.05 0.55 304.74 0.5 0.3
Hex 72 26 6C 0 43 5 37 131 32 1E
Octal 162 46 154 0 103 5 67 461 62 36
Binary 1110010 100110 1101100 0 1000011 101 110111 100110001 110010 11110

Color Harmonies of #72266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72266C

Black with #72266C

Text Example


Text Example

White with #72266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72266C; }

 p { color: rgb(114,38,108); }

 H1.HeaderClassName
 {
   color: #72266C;
 }
 .AnyTagClassName
 {
   color: #72266C;
 }
</style>

background-color css

<style>
 a { background-color: #72266C; }

 a { background-color: rgb(114,38,108); }

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

border-color css

<style>
 span { border-color: #72266C; }

 span { border-color: rgb(114,38,108); }

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