Html Css Color HEX #71256D Palatinate Purple

📋 copy color: '#71256D'

red 113 ◦ green 37 ◦ blue 109

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

Shades of Palatinate Purple #71256D

Tints of Palatinate Purple #71256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 43.63%
G = 14.29%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71256D (or 0x71256D) is known color: Palatinate Purple. HEX triplet: 71, 25 and 6D. RGB value is (113,37,109). Sum of RGB (Red+Green+Blue) = 113+37+109=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71256D is #8EDA92. Grayscale: #434343. Windows color (decimal): -9362067 or 7153009. OLE color: 7153009.

HSL color Cylindrical-coordinate representation of color #71256D: hue angle of 303.16º 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 #71256D is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 109 -
CMYK 0 0.67 0.04 0.56
HSL 303.16º 0.51% 0.29% -
HSV(B) 303.16º 0.67% 0.44% -
XYZ 10.23 5.94 15.07 -
YUV 67.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 113 37 109 0 0.67 0.04 0.56 303.16 0.51 0.29
Hex 71 25 6D 0 43 4 38 12F 33 1D
Octal 161 45 155 0 103 4 70 457 63 35
Binary 1110001 100101 1101101 0 1000011 100 111000 100101111 110011 11101

Color Harmonies of #71256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71256D

Black with #71256D

Text Example


Text Example

White with #71256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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