Html Css Color HEX #71246C Palatinate Purple

📋 copy color: '#71246C'

red 113 ◦ green 36 ◦ blue 108

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

Shades of Palatinate Purple #71246C

Tints of Palatinate Purple #71246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 43.97%
G = 14.01%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71246C (or 0x71246C) is known color: Palatinate Purple. HEX triplet: 71, 24 and 6C. RGB value is (113,36,108). Sum of RGB (Red+Green+Blue) = 113+36+108=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71246C is #8EDB93. Grayscale: #434343. Windows color (decimal): -9362324 or 7087217. OLE color: 7087217.

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

Color convert

RGB 113 36 108 -
CMYK 0 0.68 0.04 0.56
HSL 303.9º 0.52% 0.29% -
HSV(B) 303.9º 0.68% 0.44% -
XYZ 10.15 5.86 14.78 -
YUV 67.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 113 36 108 0 0.68 0.04 0.56 303.9 0.52 0.29
Hex 71 24 6C 0 44 4 38 130 34 1D
Octal 161 44 154 0 104 4 70 460 64 35
Binary 1110001 100100 1101100 0 1000100 100 111000 100110000 110100 11101

Color Harmonies of #71246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71246C

Black with #71246C

Text Example


Text Example

White with #71246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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