Html Css Color HEX #72266A Palatinate Purple

📋 copy color: '#72266A'

red 114 ◦ green 38 ◦ blue 106

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

Shades of Palatinate Purple #72266A

Tints of Palatinate Purple #72266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 44.19%
G = 14.73%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72266A (or 0x72266A) is known color: Palatinate Purple. HEX triplet: 72, 26 and 6A. RGB value is (114,38,106). Sum of RGB (Red+Green+Blue) = 114+38+106=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72266A is #8DD995. Grayscale: #444444. Windows color (decimal): -9296278 or 6956658. OLE color: 6956658.

HSL color Cylindrical-coordinate representation of color #72266A: hue angle of 306.32º 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 #72266A is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 106 -
CMYK 0 0.67 0.07 0.55
HSL 306.32º 0.5% 0.3% -
HSV(B) 306.32º 0.67% 0.45% -
XYZ 10.23 6 14.26 -
YUV 68.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 114 38 106 0 0.67 0.07 0.55 306.32 0.5 0.3
Hex 72 26 6A 0 43 7 37 132 32 1E
Octal 162 46 152 0 103 7 67 462 62 36
Binary 1110010 100110 1101010 0 1000011 111 110111 100110010 110010 11110

Color Harmonies of #72266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72266A

Black with #72266A

Text Example


Text Example

White with #72266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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