Html Css Color HEX #710A65 Palatinate Purple

📋 copy color: '#710A65'

red 113 ◦ green 10 ◦ blue 101

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

Shades of Palatinate Purple #710A65

Tints of Palatinate Purple #710A65

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 50.45%
G = 4.46%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710A65 (or 0x710A65) is known color: Palatinate Purple. HEX triplet: 71, 0A and 65. RGB value is (113,10,101). Sum of RGB (Red+Green+Blue) = 113+10+101=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #710A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A65 is #8EF59A. Grayscale: #323232. Windows color (decimal): -9368987 or 6621809. OLE color: 6621809.

HSL color Cylindrical-coordinate representation of color #710A65: hue angle of 306.99º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A65 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 101 -
CMYK 0 0.91 0.11 0.56
HSL 306.99º 0.84% 0.24% -
HSV(B) 306.99º 0.91% 0.44% -
XYZ 9.27 4.67 12.72 -
YUV 51.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 113 10 101 0 0.91 0.11 0.56 306.99 0.84 0.24
Hex 71 A 65 0 5B B 38 133 54 18
Octal 161 12 145 0 133 13 70 463 124 30
Binary 1110001 1010 1100101 0 1011011 1011 111000 100110011 1010100 11000

Color Harmonies of #710A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A65

Black with #710A65

Text Example


Text Example

White with #710A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,101); }

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

background-color css

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

 a { background-color: rgb(113,10,101); }

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

border-color css

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

 span { border-color: rgb(113,10,101); }

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