Html Css Color HEX #710965 Palatinate Purple

📋 copy color: '#710965'

red 113 ◦ green 9 ◦ blue 101

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

Shades of Palatinate Purple #710965

Tints of Palatinate Purple #710965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 50.67%
G = 4.04%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710965 (or 0x710965) is known color: Palatinate Purple. HEX triplet: 71, 09 and 65. RGB value is (113,9,101). Sum of RGB (Red+Green+Blue) = 113+9+101=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710965 is #8EF69A. Grayscale: #323232. Windows color (decimal): -9369243 or 6621553. OLE color: 6621553.

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

Color convert

RGB 113 9 101 -
CMYK 0 0.92 0.11 0.56
HSL 306.92º 0.85% 0.24% -
HSV(B) 306.92º 0.92% 0.44% -
XYZ 9.26 4.65 12.72 -
YUV 50.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 113 9 101 0 0.92 0.11 0.56 306.92 0.85 0.24
Hex 71 9 65 0 5C B 38 133 55 18
Octal 161 11 145 0 134 13 70 463 125 30
Binary 1110001 1001 1100101 0 1011100 1011 111000 100110011 1010101 11000

Color Harmonies of #710965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710965

Black with #710965

Text Example


Text Example

White with #710965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710965; }

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

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

background-color css

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

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

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

border-color css

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

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

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