Html Css Color HEX #710865 Purple

📋 copy color: '#710865'

red 113 ◦ green 8 ◦ blue 101

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

Shades of Purple #710865

Tints of Purple #710865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 50.9%
G = 3.6%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710865 (or 0x710865) is known color: Purple. HEX triplet: 71, 08 and 65. RGB value is (113,8,101). Sum of RGB (Red+Green+Blue) = 113+8+101=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #710865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710865 is #8EF79A. Grayscale: #313131. Windows color (decimal): -9369499 or 6621297. OLE color: 6621297.

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

Color convert

RGB 113 8 101 -
CMYK 0 0.93 0.11 0.56
HSL 306.86º 0.87% 0.24% -
HSV(B) 306.86º 0.93% 0.44% -
XYZ 9.25 4.62 12.72 -
YUV 50 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 113 8 101 0 0.93 0.11 0.56 306.86 0.87 0.24
Hex 71 8 65 0 5D B 38 133 57 18
Octal 161 10 145 0 135 13 70 463 127 30
Binary 1110001 1000 1100101 0 1011101 1011 111000 100110011 1010111 11000

Color Harmonies of #710865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710865

Black with #710865

Text Example


Text Example

White with #710865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710865; }

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

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

background-color css

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

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

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

border-color css

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

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

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