Html Css Color HEX #710660 Palatinate Purple

📋 copy color: '#710660'

red 113 ◦ green 6 ◦ blue 96

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

Shades of Palatinate Purple #710660

Tints of Palatinate Purple #710660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 52.56%
G = 2.79%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#710660 (or 0x710660) is known color: Palatinate Purple. HEX triplet: 71, 06 and 60. RGB value is (113,6,96). Sum of RGB (Red+Green+Blue) = 113+6+96=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710660 is #8EF99F. Grayscale: #303030. Windows color (decimal): -9370016 or 6293105. OLE color: 6293105.

HSL color Cylindrical-coordinate representation of color #710660: hue angle of 309.53º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710660 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 96 -
CMYK 0 0.95 0.15 0.56
HSL 309.53º 0.9% 0.23% -
HSV(B) 309.53º 0.95% 0.44% -
XYZ 8.99 4.49 11.46 -
YUV 48.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 113 6 96 0 0.95 0.15 0.56 309.53 0.9 0.23
Hex 71 6 60 0 5F F 38 136 5A 17
Octal 161 6 140 0 137 17 70 466 132 27
Binary 1110001 110 1100000 0 1011111 1111 111000 100110110 1011010 10111

Color Harmonies of #710660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710660

Black with #710660

Text Example


Text Example

White with #710660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710660; }

 p { color: rgb(113,6,96); }

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

background-color css

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

 a { background-color: rgb(113,6,96); }

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

border-color css

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

 span { border-color: rgb(113,6,96); }

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