Html Css Color HEX #710785 Purple

📋 copy color: '#710785'

red 113 ◦ green 7 ◦ blue 133

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

Shades of Purple #710785

Tints of Purple #710785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 44.66%
G = 2.77%
B = 52.57%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710785 (or 0x710785) is known color: Purple. HEX triplet: 71, 07 and 85. RGB value is (113,7,133). Sum of RGB (Red+Green+Blue) = 113+7+133=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #710785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710785 is #8EF87A. Grayscale: #343434. Windows color (decimal): -9369723 or 8718193. OLE color: 8718193.

HSL color Cylindrical-coordinate representation of color #710785: hue angle of 290.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710785 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 7 133 -
CMYK 0.15 0.95 0 0.48
HSL 290.48º 0.9% 0.27% -
HSV(B) 290.48º 0.95% 0.52% -
XYZ 11.12 5.36 22.64 -
YUV 53.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 113 7 133 0.15 0.95 0 0.48 290.48 0.9 0.27
Hex 71 7 85 F 5F 0 30 122 5A 1B
Octal 161 7 205 17 137 0 60 442 132 33
Binary 1110001 111 10000101 1111 1011111 0 110000 100100010 1011010 11011

Color Harmonies of #710785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710785

Black with #710785

Text Example


Text Example

White with #710785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710785; }

 p { color: rgb(113,7,133); }

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

background-color css

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

 a { background-color: rgb(113,7,133); }

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

border-color css

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

 span { border-color: rgb(113,7,133); }

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