#474583

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

Shades of Jacksons Purple #474583

Tints of Jacksons Purple #474583

Color information

#474583 (or 0x474583) is unknown color: approx Jacksons Purple. HEX triplet: 47, 45 and 83. RGB value is (71,69,131). Sum of RGB (Red+Green+Blue) = 71+69+131=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #474583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474583 is #B8BA7C. Grayscale: #4C4C4C. Windows color (decimal): -12106365 or 8602951. OLE color: 8602951.

HSL color Cylindrical-coordinate representation of color #474583: hue angle of 241.94º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474583 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7169131-
CMYK0.460.4700.49
HSL241.94º31%39.22%-
HSV(B)241.94º47.33%51.37%-
XYZ8.827.2322.4-
YUV76.67158.66123.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=26.20%
G=25.46%
B=48.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71691310.460.4700.49241.943139.22
Hex4745832E2F031f21f27
Octal10710520356570613623747
Binary100011110001011000001110111010111101100011111001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474583; }

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

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

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

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

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

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

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

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