Html Css Color HEX #710962 Palatinate Purple

📋 copy color: '#710962'

red 113 ◦ green 9 ◦ blue 98

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

Shades of Palatinate Purple #710962

Tints of Palatinate Purple #710962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 51.36%
G = 4.09%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#710962 (or 0x710962) is known color: Palatinate Purple. HEX triplet: 71, 09 and 62. RGB value is (113,9,98). Sum of RGB (Red+Green+Blue) = 113+9+98=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710962 is #8EF69D. Grayscale: #313131. Windows color (decimal): -9369246 or 6424945. OLE color: 6424945.

HSL color Cylindrical-coordinate representation of color #710962: hue angle of 308.65º 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 #710962 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 98 -
CMYK 0 0.92 0.13 0.56
HSL 308.65º 0.85% 0.24% -
HSV(B) 308.65º 0.92% 0.44% -
XYZ 9.11 4.59 11.96 -
YUV 50.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 113 9 98 0 0.92 0.13 0.56 308.65 0.85 0.24
Hex 71 9 62 0 5C D 38 135 55 18
Octal 161 11 142 0 134 15 70 465 125 30
Binary 1110001 1001 1100010 0 1011100 1101 111000 100110101 1010101 11000

Color Harmonies of #710962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710962

Black with #710962

Text Example


Text Example

White with #710962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710962; }

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

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

background-color css

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

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

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

border-color css

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

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

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