Html Css Color HEX #710478 Purple

📋 copy color: '#710478'

red 113 ◦ green 4 ◦ blue 120

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

Shades of Purple #710478

Tints of Purple #710478

RGB

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

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

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

R = 47.68%
G = 1.69%
B = 50.63%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710478 (or 0x710478) is known color: Purple. HEX triplet: 71, 04 and 78. RGB value is (113,4,120). Sum of RGB (Red+Green+Blue) = 113+4+120=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #710478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710478 is #8EFB87. Grayscale: #313131. Windows color (decimal): -9370504 or 7865457. OLE color: 7865457.

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

Color convert

RGB 113 4 120 -
CMYK 0.06 0.97 0 0.53
HSL 296.38º 0.94% 0.24% -
HSV(B) 296.38º 0.97% 0.47% -
XYZ 10.24 4.95 18.19 -
YUV 49.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 113 4 120 0.06 0.97 0 0.53 296.38 0.94 0.24
Hex 71 4 78 6 61 0 35 128 5E 18
Octal 161 4 170 6 141 0 65 450 136 30
Binary 1110001 100 1111000 110 1100001 0 110101 100101000 1011110 11000

Color Harmonies of #710478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710478

Black with #710478

Text Example


Text Example

White with #710478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710478; }

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

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

background-color css

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

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

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

border-color css

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

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

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