Html Css Color HEX #711478 Purple

📋 copy color: '#711478'

red 113 ◦ green 20 ◦ blue 120

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

Shades of Purple #711478

Tints of Purple #711478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

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

R = 44.66%
G = 7.91%
B = 47.43%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711478 (or 0x711478) is known color: Purple. HEX triplet: 71, 14 and 78. RGB value is (113,20,120). Sum of RGB (Red+Green+Blue) = 113+20+120=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #711478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711478 is #8EEB87. Grayscale: #3A3A3A. Windows color (decimal): -9366408 or 7869553. OLE color: 7869553.

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

Color convert

RGB 113 20 120 -
CMYK 0.06 0.83 0 0.53
HSL 295.8º 0.71% 0.27% -
HSV(B) 295.8º 0.83% 0.47% -
XYZ 10.45 5.37 18.25 -
YUV 59.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 113 20 120 0.06 0.83 0 0.53 295.8 0.71 0.27
Hex 71 14 78 6 53 0 35 128 47 1B
Octal 161 24 170 6 123 0 65 450 107 33
Binary 1110001 10100 1111000 110 1010011 0 110101 100101000 1000111 11011

Color Harmonies of #711478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711478

Black with #711478

Text Example


Text Example

White with #711478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711478; }

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

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

background-color css

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

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

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

border-color css

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

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

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