#474580

Color #474580 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #474580

Tints of Jacksons Purple #474580

Color information

#474580 (or 0x474580) is unknown color: approx Jacksons Purple. HEX triplet: 47, 45 and 80. RGB value is (71,69,128). Sum of RGB (Red+Green+Blue) = 71+69+128=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #474580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474580 is #B8BA7F. Grayscale: #4C4C4C. Windows color (decimal): -12106368 or 8406343. OLE color: 8406343.

HSL color Cylindrical-coordinate representation of color #474580: hue angle of 242.03º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474580 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7169128-
CMYK0.450.4600.50
HSL242.03º29.95%38.63%-
HSV(B)242.03º46.09%50.2%-
XYZ8.627.1521.35-
YUV76.32157.16124.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=26.49%
G=25.75%
B=47.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71691280.450.4600.50242.0329.9538.63
Hex4745802D2E032f21e27
Octal10710520055560623623647
Binary100011110001011000000010110110111001100101111001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474580; }

 p { color: rgb(71,69,128); }

 H1.HeaderClassName
 {
   color: #474580;
 }
 .AnyTagClassName
 {
   color: #474580;
 }
</style>
background-color css

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

 a { background-color: rgb(71,69,128); }

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

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

 span { border-color: rgb(71,69,128); }

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