Html Css Color HEX #71265C Palatinate Purple

📋 copy color: '#71265C'

red 113 ◦ green 38 ◦ blue 92

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

Shades of Palatinate Purple #71265C

Tints of Palatinate Purple #71265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 46.5%
G = 15.64%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71265C (or 0x71265C) is known color: Palatinate Purple. HEX triplet: 71, 26 and 5C. RGB value is (113,38,92). Sum of RGB (Red+Green+Blue) = 113+38+92=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71265C is #8ED9A3. Grayscale: #424242. Windows color (decimal): -9361828 or 6039153. OLE color: 6039153.

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

Color convert

RGB 113 38 92 -
CMYK 0 0.66 0.19 0.56
HSL 316.8º 0.5% 0.3% -
HSV(B) 316.8º 0.66% 0.44% -
XYZ 9.43 5.67 10.72 -
YUV 66.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 113 38 92 0 0.66 0.19 0.56 316.8 0.5 0.3
Hex 71 26 5C 0 42 13 38 13D 32 1E
Octal 161 46 134 0 102 23 70 475 62 36
Binary 1110001 100110 1011100 0 1000010 10011 111000 100111101 110010 11110

Color Harmonies of #71265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71265C

Black with #71265C

Text Example


Text Example

White with #71265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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