Html Css Color HEX #71335E Palatinate Purple

📋 copy color: '#71335E'

red 113 ◦ green 51 ◦ blue 94

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

Shades of Palatinate Purple #71335E

Tints of Palatinate Purple #71335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 43.8%
G = 19.77%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71335E (or 0x71335E) is known color: Palatinate Purple. HEX triplet: 71, 33 and 5E. RGB value is (113,51,94). Sum of RGB (Red+Green+Blue) = 113+51+94=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71335E is #8ECCA1. Grayscale: #4A4A4A. Windows color (decimal): -9358498 or 6173553. OLE color: 6173553.

HSL color Cylindrical-coordinate representation of color #71335E: hue angle of 318.39º 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 #71335E is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 94 -
CMYK 0 0.55 0.17 0.56
HSL 318.39º 0.38% 0.32% -
HSV(B) 318.39º 0.55% 0.44% -
XYZ 10.01 6.69 11.35 -
YUV 74.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 113 51 94 0 0.55 0.17 0.56 318.39 0.38 0.32
Hex 71 33 5E 0 37 11 38 13E 26 20
Octal 161 63 136 0 67 21 70 476 46 40
Binary 1110001 110011 1011110 0 110111 10001 111000 100111110 100110 100000

Color Harmonies of #71335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71335E

Black with #71335E

Text Example


Text Example

White with #71335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71335E; }

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

 H1.HeaderClassName
 {
   color: #71335E;
 }
 .AnyTagClassName
 {
   color: #71335E;
 }
</style>

background-color css

<style>
 a { background-color: #71335E; }

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

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

border-color css

<style>
 span { border-color: #71335E; }

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

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