Html Css Color HEX #710C65 Palatinate Purple

📋 copy color: '#710C65'

red 113 ◦ green 12 ◦ blue 101

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

Shades of Palatinate Purple #710C65

Tints of Palatinate Purple #710C65

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

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

R = 50%
G = 5.31%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710C65 (or 0x710C65) is known color: Palatinate Purple. HEX triplet: 71, 0C and 65. RGB value is (113,12,101). Sum of RGB (Red+Green+Blue) = 113+12+101=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #710C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C65 is #8EF39A. Grayscale: #343434. Windows color (decimal): -9368475 or 6622321. OLE color: 6622321.

HSL color Cylindrical-coordinate representation of color #710C65: hue angle of 307.13º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C65 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 12 101 -
CMYK 0 0.89 0.11 0.56
HSL 307.13º 0.81% 0.25% -
HSV(B) 307.13º 0.89% 0.44% -
XYZ 9.29 4.71 12.73 -
YUV 52.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 113 12 101 0 0.89 0.11 0.56 307.13 0.81 0.25
Hex 71 C 65 0 59 B 38 133 51 19
Octal 161 14 145 0 131 13 70 463 121 31
Binary 1110001 1100 1100101 0 1011001 1011 111000 100110011 1010001 11001

Color Harmonies of #710C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C65

Black with #710C65

Text Example


Text Example

White with #710C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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