Html Css Color HEX #710465 Purple

📋 copy color: '#710465'

red 113 ◦ green 4 ◦ blue 101

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

Shades of Purple #710465

Tints of Purple #710465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 51.83%
G = 1.83%
B = 46.33%

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

#710465 (or 0x710465) is known color: Purple. HEX triplet: 71, 04 and 65. RGB value is (113,4,101). Sum of RGB (Red+Green+Blue) = 113+4+101=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710465 is #8EFB9A. Grayscale: #2F2F2F. Windows color (decimal): -9370523 or 6620273. OLE color: 6620273.

HSL color Cylindrical-coordinate representation of color #710465: hue angle of 306.61º degrees, saturation: 0.93, 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 #710465 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 101 -
CMYK 0 0.96 0.11 0.56
HSL 306.61º 0.93% 0.23% -
HSV(B) 306.61º 0.96% 0.44% -
XYZ 9.2 4.54 12.7 -
YUV 47.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 113 4 101 0 0.96 0.11 0.56 306.61 0.93 0.23
Hex 71 4 65 0 60 B 38 133 5D 17
Octal 161 4 145 0 140 13 70 463 135 27
Binary 1110001 100 1100101 0 1100000 1011 111000 100110011 1011101 10111

Color Harmonies of #710465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710465

Black with #710465

Text Example


Text Example

White with #710465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710465; }

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

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

background-color css

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

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

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

border-color css

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

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

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