#43407A

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

Shades of Jacksons Purple #43407A

Tints of Jacksons Purple #43407A

Color information

#43407A (or 0x43407A) is unknown color: approx Jacksons Purple. HEX triplet: 43, 40 and 7A. RGB value is (67,64,122). Sum of RGB (Red+Green+Blue) = 67+64+122=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #43407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43407A is #BCBF85. Grayscale: #474747. Windows color (decimal): -12369798 or 8011843. OLE color: 8011843.

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

Color convert

RGB6764122-
CMYK0.450.4800.52
HSL243.1º31.18%36.47%-
HSV(B)243.1º47.54%47.84%-
XYZ7.666.2719.22-
YUV71.51156.49124.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=26.48%
G=25.30%
B=48.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67641220.450.4800.52243.131.1836.47
Hex43407A2D30034f31f24
Octal10310017255600643633744
Binary10000111000000111101010110111000001101001111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43407A; }

 p { color: rgb(67,64,122); }

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

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

 a { background-color: rgb(67,64,122); }

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

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

 span { border-color: rgb(67,64,122); }

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