Html Css Color HEX #71275B Palatinate Purple

📋 copy color: '#71275B'

red 113 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #71275B

Tints of Palatinate Purple #71275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 46.5%
G = 16.05%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71275B (or 0x71275B) is known color: Palatinate Purple. HEX triplet: 71, 27 and 5B. RGB value is (113,39,91). Sum of RGB (Red+Green+Blue) = 113+39+91=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71275B is #8ED8A4. Grayscale: #424242. Windows color (decimal): -9361573 or 5973873. OLE color: 5973873.

HSL color Cylindrical-coordinate representation of color #71275B: hue angle of 317.84º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71275B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 91 -
CMYK 0 0.65 0.19 0.56
HSL 317.84º 0.49% 0.3% -
HSV(B) 317.84º 0.65% 0.44% -
XYZ 9.42 5.72 10.5 -
YUV 67.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 113 39 91 0 0.65 0.19 0.56 317.84 0.49 0.3
Hex 71 27 5B 0 41 13 38 13E 31 1E
Octal 161 47 133 0 101 23 70 476 61 36
Binary 1110001 100111 1011011 0 1000001 10011 111000 100111110 110001 11110

Color Harmonies of #71275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71275B

Black with #71275B

Text Example


Text Example

White with #71275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,39,91); }

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

background-color css

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

 a { background-color: rgb(113,39,91); }

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

border-color css

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

 span { border-color: rgb(113,39,91); }

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