Html Css Color HEX #71246A Palatinate Purple

📋 copy color: '#71246A'

red 113 ◦ green 36 ◦ blue 106

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

Shades of Palatinate Purple #71246A

Tints of Palatinate Purple #71246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 44.31%
G = 14.12%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71246A (or 0x71246A) is known color: Palatinate Purple. HEX triplet: 71, 24 and 6A. RGB value is (113,36,106). Sum of RGB (Red+Green+Blue) = 113+36+106=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71246A is #8EDB95. Grayscale: #424242. Windows color (decimal): -9362326 or 6956145. OLE color: 6956145.

HSL color Cylindrical-coordinate representation of color #71246A: hue angle of 305.45º 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 #71246A is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 106 -
CMYK 0 0.68 0.06 0.56
HSL 305.45º 0.52% 0.29% -
HSV(B) 305.45º 0.68% 0.44% -
XYZ 10.04 5.81 14.23 -
YUV 67 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 113 36 106 0 0.68 0.06 0.56 305.45 0.52 0.29
Hex 71 24 6A 0 44 6 38 131 34 1D
Octal 161 44 152 0 104 6 70 461 64 35
Binary 1110001 100100 1101010 0 1000100 110 111000 100110001 110100 11101

Color Harmonies of #71246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71246A

Black with #71246A

Text Example


Text Example

White with #71246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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