Html Css Color HEX #710F5C Palatinate Purple

📋 copy color: '#710F5C'

red 113 ◦ green 15 ◦ blue 92

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

Shades of Palatinate Purple #710F5C

Tints of Palatinate Purple #710F5C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.82%

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 51.36%
G = 6.82%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#710F5C (or 0x710F5C) is known color: Palatinate Purple. HEX triplet: 71, 0F and 5C. RGB value is (113,15,92). Sum of RGB (Red+Green+Blue) = 113+15+92=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F5C is #8EF0A3. Grayscale: #343434. Windows color (decimal): -9367716 or 6033265. OLE color: 6033265.

HSL color Cylindrical-coordinate representation of color #710F5C: hue angle of 312.86º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F5C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 92 -
CMYK 0 0.87 0.19 0.56
HSL 312.86º 0.77% 0.25% -
HSV(B) 312.86º 0.87% 0.44% -
XYZ 8.91 4.63 10.55 -
YUV 53.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 113 15 92 0 0.87 0.19 0.56 312.86 0.77 0.25
Hex 71 F 5C 0 57 13 38 139 4D 19
Octal 161 17 134 0 127 23 70 471 115 31
Binary 1110001 1111 1011100 0 1010111 10011 111000 100111001 1001101 11001

Color Harmonies of #710F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F5C

Black with #710F5C

Text Example


Text Example

White with #710F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F5C; }

 p { color: rgb(113,15,92); }

 H1.HeaderClassName
 {
   color: #710F5C;
 }
 .AnyTagClassName
 {
   color: #710F5C;
 }
</style>

background-color css

<style>
 a { background-color: #710F5C; }

 a { background-color: rgb(113,15,92); }

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

border-color css

<style>
 span { border-color: #710F5C; }

 span { border-color: rgb(113,15,92); }

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