Html Css Color HEX #710565 Purple

📋 copy color: '#710565'

red 113 ◦ green 5 ◦ blue 101

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

Shades of Purple #710565

Tints of Purple #710565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 51.6%
G = 2.28%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710565 (or 0x710565) is known color: Purple. HEX triplet: 71, 05 and 65. RGB value is (113,5,101). Sum of RGB (Red+Green+Blue) = 113+5+101=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710565 is #8EFA9A. Grayscale: #2F2F2F. Windows color (decimal): -9370267 or 6620529. OLE color: 6620529.

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

Color convert

RGB 113 5 101 -
CMYK 0 0.96 0.11 0.56
HSL 306.67º 0.92% 0.23% -
HSV(B) 306.67º 0.96% 0.44% -
XYZ 9.21 4.56 12.71 -
YUV 48.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 113 5 101 0 0.96 0.11 0.56 306.67 0.92 0.23
Hex 71 5 65 0 60 B 38 133 5C 17
Octal 161 5 145 0 140 13 70 463 134 27
Binary 1110001 101 1100101 0 1100000 1011 111000 100110011 1011100 10111

Color Harmonies of #710565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710565

Black with #710565

Text Example


Text Example

White with #710565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710565; }

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

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

background-color css

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

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

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

border-color css

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

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

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