Html Css Color HEX #71265F Palatinate Purple

📋 copy color: '#71265F'

red 113 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #71265F

Tints of Palatinate Purple #71265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 45.93%
G = 15.45%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71265F (or 0x71265F) is known color: Palatinate Purple. HEX triplet: 71, 26 and 5F. RGB value is (113,38,95). Sum of RGB (Red+Green+Blue) = 113+38+95=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71265F is #8ED9A0. Grayscale: #424242. Windows color (decimal): -9361825 or 6235761. OLE color: 6235761.

HSL color Cylindrical-coordinate representation of color #71265F: hue angle of 314.4º 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 #71265F is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 95 -
CMYK 0 0.66 0.16 0.56
HSL 314.4º 0.5% 0.3% -
HSV(B) 314.4º 0.66% 0.44% -
XYZ 9.57 5.72 11.43 -
YUV 66.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 113 38 95 0 0.66 0.16 0.56 314.4 0.5 0.3
Hex 71 26 5F 0 42 10 38 13A 32 1E
Octal 161 46 137 0 102 20 70 472 62 36
Binary 1110001 100110 1011111 0 1000010 10000 111000 100111010 110010 11110

Color Harmonies of #71265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71265F

Black with #71265F

Text Example


Text Example

White with #71265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71265F; }

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

 H1.HeaderClassName
 {
   color: #71265F;
 }
 .AnyTagClassName
 {
   color: #71265F;
 }
</style>

background-color css

<style>
 a { background-color: #71265F; }

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

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

border-color css

<style>
 span { border-color: #71265F; }

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

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