Html Css Color HEX #710B64 Palatinate Purple

📋 copy color: '#710B64'

red 113 ◦ green 11 ◦ blue 100

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

Shades of Palatinate Purple #710B64

Tints of Palatinate Purple #710B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.91%

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

R = 50.45%
G = 4.91%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710B64 (or 0x710B64) is known color: Palatinate Purple. HEX triplet: 71, 0B and 64. RGB value is (113,11,100). Sum of RGB (Red+Green+Blue) = 113+11+100=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #710B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B64 is #8EF49B. Grayscale: #333333. Windows color (decimal): -9368732 or 6556529. OLE color: 6556529.

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

Color convert

RGB 113 11 100 -
CMYK 0 0.90 0.12 0.56
HSL 307.65º 0.82% 0.24% -
HSV(B) 307.65º 0.9% 0.44% -
XYZ 9.23 4.67 12.47 -
YUV 51.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 113 11 100 0 0.90 0.12 0.56 307.65 0.82 0.24
Hex 71 B 64 0 5A C 38 134 52 18
Octal 161 13 144 0 132 14 70 464 122 30
Binary 1110001 1011 1100100 0 1011010 1100 111000 100110100 1010010 11000

Color Harmonies of #710B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B64

Black with #710B64

Text Example


Text Example

White with #710B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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