Html Css Color HEX #71256A Palatinate Purple

📋 copy color: '#71256A'

red 113 ◦ green 37 ◦ blue 106

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

Shades of Palatinate Purple #71256A

Tints of Palatinate Purple #71256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 44.14%
G = 14.45%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71256A (or 0x71256A) is known color: Palatinate Purple. HEX triplet: 71, 25 and 6A. RGB value is (113,37,106). Sum of RGB (Red+Green+Blue) = 113+37+106=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71256A is #8EDA95. Grayscale: #434343. Windows color (decimal): -9362070 or 6956401. OLE color: 6956401.

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

Color convert

RGB 113 37 106 -
CMYK 0 0.67 0.06 0.56
HSL 305.53º 0.51% 0.29% -
HSV(B) 305.53º 0.67% 0.44% -
XYZ 10.07 5.87 14.24 -
YUV 67.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 113 37 106 0 0.67 0.06 0.56 305.53 0.51 0.29
Hex 71 25 6A 0 43 6 38 132 33 1D
Octal 161 45 152 0 103 6 70 462 63 35
Binary 1110001 100101 1101010 0 1000011 110 111000 100110010 110011 11101

Color Harmonies of #71256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71256A

Black with #71256A

Text Example


Text Example

White with #71256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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