Html Css Color HEX #71255A Palatinate Purple

📋 copy color: '#71255A'

red 113 ◦ green 37 ◦ blue 90

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

Shades of Palatinate Purple #71255A

Tints of Palatinate Purple #71255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 47.08%
G = 15.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71255A (or 0x71255A) is known color: Palatinate Purple. HEX triplet: 71, 25 and 5A. RGB value is (113,37,90). Sum of RGB (Red+Green+Blue) = 113+37+90=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71255A is #8EDAA5. Grayscale: #414141. Windows color (decimal): -9362086 or 5907825. OLE color: 5907825.

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

Color convert

RGB 113 37 90 -
CMYK 0 0.67 0.20 0.56
HSL 318.16º 0.51% 0.29% -
HSV(B) 318.16º 0.67% 0.44% -
XYZ 9.32 5.57 10.26 -
YUV 65.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 113 37 90 0 0.67 0.20 0.56 318.16 0.51 0.29
Hex 71 25 5A 0 43 14 38 13E 33 1D
Octal 161 45 132 0 103 24 70 476 63 35
Binary 1110001 100101 1011010 0 1000011 10100 111000 100111110 110011 11101

Color Harmonies of #71255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71255A

Black with #71255A

Text Example


Text Example

White with #71255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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