Html Css Color HEX #71236E Palatinate Purple

📋 copy color: '#71236E'

red 113 ◦ green 35 ◦ blue 110

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

Shades of Palatinate Purple #71236E

Tints of Palatinate Purple #71236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 43.8%
G = 13.57%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71236E (or 0x71236E) is known color: Palatinate Purple. HEX triplet: 71, 23 and 6E. RGB value is (113,35,110). Sum of RGB (Red+Green+Blue) = 113+35+110=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71236E is #8EDC91. Grayscale: #424242. Windows color (decimal): -9362578 or 7218033. OLE color: 7218033.

HSL color Cylindrical-coordinate representation of color #71236E: hue angle of 302.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71236E is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 110 -
CMYK 0 0.69 0.03 0.56
HSL 302.31º 0.53% 0.29% -
HSV(B) 302.31º 0.69% 0.44% -
XYZ 10.23 5.84 15.34 -
YUV 66.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 113 35 110 0 0.69 0.03 0.56 302.31 0.53 0.29
Hex 71 23 6E 0 45 3 38 12E 35 1D
Octal 161 43 156 0 105 3 70 456 65 35
Binary 1110001 100011 1101110 0 1000101 11 111000 100101110 110101 11101

Color Harmonies of #71236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71236E

Black with #71236E

Text Example


Text Example

White with #71236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,35,110); }

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

background-color css

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

 a { background-color: rgb(113,35,110); }

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

border-color css

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

 span { border-color: rgb(113,35,110); }

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