Html Css Color HEX #72276B Palatinate Purple

📋 copy color: '#72276B'

red 114 ◦ green 39 ◦ blue 107

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

Shades of Palatinate Purple #72276B

Tints of Palatinate Purple #72276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 43.85%
G = 15%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72276B (or 0x72276B) is known color: Palatinate Purple. HEX triplet: 72, 27 and 6B. RGB value is (114,39,107). Sum of RGB (Red+Green+Blue) = 114+39+107=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72276B is #8DD894. Grayscale: #444444. Windows color (decimal): -9296021 or 7022450. OLE color: 7022450.

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

Color convert

RGB 114 39 107 -
CMYK 0 0.66 0.06 0.55
HSL 305.6º 0.49% 0.3% -
HSV(B) 305.6º 0.66% 0.45% -
XYZ 10.32 6.09 14.54 -
YUV 69.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 114 39 107 0 0.66 0.06 0.55 305.6 0.49 0.3
Hex 72 27 6B 0 42 6 37 132 31 1E
Octal 162 47 153 0 102 6 67 462 61 36
Binary 1110010 100111 1101011 0 1000010 110 110111 100110010 110001 11110

Color Harmonies of #72276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72276B

Black with #72276B

Text Example


Text Example

White with #72276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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