Html Css Color HEX #710578 Purple

📋 copy color: '#710578'

red 113 ◦ green 5 ◦ blue 120

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

Shades of Purple #710578

Tints of Purple #710578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 47.48%
G = 2.1%
B = 50.42%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710578 (or 0x710578) is known color: Purple. HEX triplet: 71, 05 and 78. RGB value is (113,5,120). Sum of RGB (Red+Green+Blue) = 113+5+120=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #710578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710578 is #8EFA87. Grayscale: #323232. Windows color (decimal): -9370248 or 7865713. OLE color: 7865713.

HSL color Cylindrical-coordinate representation of color #710578: hue angle of 296.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710578 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 5 120 -
CMYK 0.06 0.96 0 0.53
HSL 296.35º 0.92% 0.25% -
HSV(B) 296.35º 0.96% 0.47% -
XYZ 10.25 4.98 18.19 -
YUV 50.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 113 5 120 0.06 0.96 0 0.53 296.35 0.92 0.25
Hex 71 5 78 6 60 0 35 128 5C 19
Octal 161 5 170 6 140 0 65 450 134 31
Binary 1110001 101 1111000 110 1100000 0 110101 100101000 1011100 11001

Color Harmonies of #710578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710578

Black with #710578

Text Example


Text Example

White with #710578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710578; }

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

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

background-color css

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

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

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

border-color css

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

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

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