Html Css Color HEX #71266D Palatinate Purple

📋 copy color: '#71266D'

red 113 ◦ green 38 ◦ blue 109

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

Shades of Palatinate Purple #71266D

Tints of Palatinate Purple #71266D

RGB

 RED value IS 113 (44.53% from 255) = 43.46%

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 43.46%
G = 14.62%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71266D (or 0x71266D) is known color: Palatinate Purple. HEX triplet: 71, 26 and 6D. RGB value is (113,38,109). Sum of RGB (Red+Green+Blue) = 113+38+109=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71266D is #8ED992. Grayscale: #444444. Windows color (decimal): -9361811 or 7153265. OLE color: 7153265.

HSL color Cylindrical-coordinate representation of color #71266D: hue angle of 303.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71266D is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 109 -
CMYK 0 0.66 0.04 0.56
HSL 303.2º 0.5% 0.3% -
HSV(B) 303.2º 0.66% 0.44% -
XYZ 10.26 6 15.09 -
YUV 68.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 113 38 109 0 0.66 0.04 0.56 303.2 0.5 0.3
Hex 71 26 6D 0 42 4 38 12F 32 1E
Octal 161 46 155 0 102 4 70 457 62 36
Binary 1110001 100110 1101101 0 1000010 100 111000 100101111 110010 11110

Color Harmonies of #71266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71266D

Black with #71266D

Text Example


Text Example

White with #71266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71266D; }

 p { color: rgb(113,38,109); }

 H1.HeaderClassName
 {
   color: #71266D;
 }
 .AnyTagClassName
 {
   color: #71266D;
 }
</style>

background-color css

<style>
 a { background-color: #71266D; }

 a { background-color: rgb(113,38,109); }

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

border-color css

<style>
 span { border-color: #71266D; }

 span { border-color: rgb(113,38,109); }

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