#474380

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

Shades of Jacksons Purple #474380

Tints of Jacksons Purple #474380

Color information

#474380 (or 0x474380) is unknown color: approx Jacksons Purple. HEX triplet: 47, 43 and 80. RGB value is (71,67,128). Sum of RGB (Red+Green+Blue) = 71+67+128=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #474380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474380 is #B8BC7F. Grayscale: #4A4A4A. Windows color (decimal): -12106880 or 8405831. OLE color: 8405831.

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

Color convert

RGB7167128-
CMYK0.450.4800.50
HSL243.93º31.28%38.24%-
HSV(B)243.93º47.66%50.2%-
XYZ8.56.9121.31-
YUV75.15157.83125.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=26.69%
G=25.19%
B=48.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71671280.450.4800.50243.9331.2838.24
Hex4743802D30032f41f26
Octal10710320055600623643746
Binary100011110000111000000010110111000001100101111010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474380; }

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

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

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

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

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

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

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

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