Html Css Color HEX #71126C Palatinate Purple

📋 copy color: '#71126C'

red 113 ◦ green 18 ◦ blue 108

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

Shades of Palatinate Purple #71126C

Tints of Palatinate Purple #71126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 47.28%
G = 7.53%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71126C (or 0x71126C) is known color: Palatinate Purple. HEX triplet: 71, 12 and 6C. RGB value is (113,18,108). Sum of RGB (Red+Green+Blue) = 113+18+108=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71126C is #8EED93. Grayscale: #383838. Windows color (decimal): -9366932 or 7082609. OLE color: 7082609.

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

Color convert

RGB 113 18 108 -
CMYK 0 0.84 0.04 0.56
HSL 303.16º 0.73% 0.26% -
HSV(B) 303.16º 0.84% 0.44% -
XYZ 9.73 5.03 14.64 -
YUV 56.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 113 18 108 0 0.84 0.04 0.56 303.16 0.73 0.26
Hex 71 12 6C 0 54 4 38 12F 49 1A
Octal 161 22 154 0 124 4 70 457 111 32
Binary 1110001 10010 1101100 0 1010100 100 111000 100101111 1001001 11010

Color Harmonies of #71126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71126C

Black with #71126C

Text Example


Text Example

White with #71126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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