Html Css Color HEX #710864 Palatinate Purple

📋 copy color: '#710864'

red 113 ◦ green 8 ◦ blue 100

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

Shades of Palatinate Purple #710864

Tints of Palatinate Purple #710864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 100 (39.45% from 255) = 45.25%

R = 51.13%
G = 3.62%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710864 (or 0x710864) is known color: Palatinate Purple. HEX triplet: 71, 08 and 64. RGB value is (113,8,100). Sum of RGB (Red+Green+Blue) = 113+8+100=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #710864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710864 is #8EF79B. Grayscale: #313131. Windows color (decimal): -9369500 or 6555761. OLE color: 6555761.

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

Color convert

RGB 113 8 100 -
CMYK 0 0.93 0.12 0.56
HSL 307.43º 0.87% 0.24% -
HSV(B) 307.43º 0.93% 0.44% -
XYZ 9.2 4.6 12.46 -
YUV 49.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 113 8 100 0 0.93 0.12 0.56 307.43 0.87 0.24
Hex 71 8 64 0 5D C 38 133 57 18
Octal 161 10 144 0 135 14 70 463 127 30
Binary 1110001 1000 1100100 0 1011101 1100 111000 100110011 1010111 11000

Color Harmonies of #710864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710864

Black with #710864

Text Example


Text Example

White with #710864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710864; }

 p { color: rgb(113,8,100); }

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

background-color css

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

 a { background-color: rgb(113,8,100); }

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

border-color css

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

 span { border-color: rgb(113,8,100); }

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