Html Css Color HEX #71256B Palatinate Purple

📋 copy color: '#71256B'

red 113 ◦ green 37 ◦ blue 107

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

Shades of Palatinate Purple #71256B

Tints of Palatinate Purple #71256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 43.97%
G = 14.4%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71256B (or 0x71256B) is known color: Palatinate Purple. HEX triplet: 71, 25 and 6B. RGB value is (113,37,107). Sum of RGB (Red+Green+Blue) = 113+37+107=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71256B is #8EDA94. Grayscale: #434343. Windows color (decimal): -9362069 or 7021937. OLE color: 7021937.

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

Color convert

RGB 113 37 107 -
CMYK 0 0.67 0.05 0.56
HSL 304.74º 0.51% 0.29% -
HSV(B) 304.74º 0.67% 0.44% -
XYZ 10.13 5.9 14.51 -
YUV 67.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 113 37 107 0 0.67 0.05 0.56 304.74 0.51 0.29
Hex 71 25 6B 0 43 5 38 131 33 1D
Octal 161 45 153 0 103 5 70 461 63 35
Binary 1110001 100101 1101011 0 1000011 101 111000 100110001 110011 11101

Color Harmonies of #71256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71256B

Black with #71256B

Text Example


Text Example

White with #71256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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