Html Css Color HEX #71256E Palatinate Purple

📋 copy color: '#71256E'

red 113 ◦ green 37 ◦ blue 110

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

Shades of Palatinate Purple #71256E

Tints of Palatinate Purple #71256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 43.46%
G = 14.23%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71256E (or 0x71256E) is known color: Palatinate Purple. HEX triplet: 71, 25 and 6E. RGB value is (113,37,110). Sum of RGB (Red+Green+Blue) = 113+37+110=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71256E is #8EDA91. Grayscale: #434343. Windows color (decimal): -9362066 or 7218545. OLE color: 7218545.

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

Color convert

RGB 113 37 110 -
CMYK 0 0.67 0.03 0.56
HSL 302.37º 0.51% 0.29% -
HSV(B) 302.37º 0.67% 0.44% -
XYZ 10.29 5.96 15.36 -
YUV 68.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 113 37 110 0 0.67 0.03 0.56 302.37 0.51 0.29
Hex 71 25 6E 0 43 3 38 12E 33 1D
Octal 161 45 156 0 103 3 70 456 63 35
Binary 1110001 100101 1101110 0 1000011 11 111000 100101110 110011 11101

Color Harmonies of #71256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71256E

Black with #71256E

Text Example


Text Example

White with #71256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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