Html Css Color HEX #71336A Palatinate Purple

📋 copy color: '#71336A'

red 113 ◦ green 51 ◦ blue 106

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

Shades of Palatinate Purple #71336A

Tints of Palatinate Purple #71336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 41.85%
G = 18.89%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71336A (or 0x71336A) is known color: Palatinate Purple. HEX triplet: 71, 33 and 6A. RGB value is (113,51,106). Sum of RGB (Red+Green+Blue) = 113+51+106=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71336A is #8ECC95. Grayscale: #4B4B4B. Windows color (decimal): -9358486 or 6959985. OLE color: 6959985.

HSL color Cylindrical-coordinate representation of color #71336A: hue angle of 306.77º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71336A is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 106 -
CMYK 0 0.55 0.06 0.56
HSL 306.77º 0.38% 0.32% -
HSV(B) 306.77º 0.55% 0.44% -
XYZ 10.6 6.92 14.41 -
YUV 75.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 113 51 106 0 0.55 0.06 0.56 306.77 0.38 0.32
Hex 71 33 6A 0 37 6 38 133 26 20
Octal 161 63 152 0 67 6 70 463 46 40
Binary 1110001 110011 1101010 0 110111 110 111000 100110011 100110 100000

Color Harmonies of #71336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71336A

Black with #71336A

Text Example


Text Example

White with #71336A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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