#47447B

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

Shades of Jacksons Purple #47447B

Tints of Jacksons Purple #47447B

Color information

#47447B (or 0x47447B) is unknown color: approx Jacksons Purple. HEX triplet: 47, 44 and 7B. RGB value is (71,68,123). Sum of RGB (Red+Green+Blue) = 71+68+123=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #47447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47447B is #B8BB84. Grayscale: #4A4A4A. Windows color (decimal): -12106629 or 8078407. OLE color: 8078407.

HSL color Cylindrical-coordinate representation of color #47447B: hue angle of 243.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47447B is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7168123-
CMYK0.420.4500.52
HSL243.27º28.8%37.45%-
HSV(B)243.27º44.72%48.24%-
XYZ8.246.919.64-
YUV75.17154.99125.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=27.10%
G=25.95%
B=46.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71681230.420.4500.52243.2728.837.45
Hex47447B2A2D034f31d25
Octal10710417352550643633545
Binary10001111000100111101110101010110101101001111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47447B; }

 p { color: rgb(71,68,123); }

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

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

 a { background-color: rgb(71,68,123); }

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

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

 span { border-color: rgb(71,68,123); }

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