Html Css Color HEX #71146C Palatinate Purple

📋 copy color: '#71146C'

red 113 ◦ green 20 ◦ blue 108

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

Shades of Palatinate Purple #71146C

Tints of Palatinate Purple #71146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 46.89%
G = 8.3%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71146C (or 0x71146C) is known color: Palatinate Purple. HEX triplet: 71, 14 and 6C. RGB value is (113,20,108). Sum of RGB (Red+Green+Blue) = 113+20+108=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71146C is #8EEB93. Grayscale: #393939. Windows color (decimal): -9366420 or 7083121. OLE color: 7083121.

HSL color Cylindrical-coordinate representation of color #71146C: hue angle of 303.23º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71146C is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 108 -
CMYK 0 0.82 0.04 0.56
HSL 303.23º 0.7% 0.26% -
HSV(B) 303.23º 0.82% 0.44% -
XYZ 9.77 5.09 14.66 -
YUV 57.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 113 20 108 0 0.82 0.04 0.56 303.23 0.7 0.26
Hex 71 14 6C 0 52 4 38 12F 46 1A
Octal 161 24 154 0 122 4 70 457 106 32
Binary 1110001 10100 1101100 0 1010010 100 111000 100101111 1000110 11010

Color Harmonies of #71146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71146C

Black with #71146C

Text Example


Text Example

White with #71146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,20,108); }

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

background-color css

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

 a { background-color: rgb(113,20,108); }

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

border-color css

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

 span { border-color: rgb(113,20,108); }

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