#43407F

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

Shades of Jacksons Purple #43407F

Tints of Jacksons Purple #43407F

Color information

#43407F (or 0x43407F) is unknown color: approx Jacksons Purple. HEX triplet: 43, 40 and 7F. RGB value is (67,64,127). Sum of RGB (Red+Green+Blue) = 67+64+127=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #43407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43407F is #BCBF80. Grayscale: #474747. Windows color (decimal): -12369793 or 8339523. OLE color: 8339523.

HSL color Cylindrical-coordinate representation of color #43407F: hue angle of 242.86º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43407F is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6764127-
CMYK0.470.5000.50
HSL242.86º32.98%37.45%-
HSV(B)242.86º49.61%49.8%-
XYZ7.986.3920.89-
YUV72.08158.99124.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 127 (50% from 255) = 49.22%
R=25.97%
G=24.81%
B=49.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67641270.470.5000.50242.8632.9837.45
Hex43407F2F32032f32125
Octal10310017757620623634145
Binary100001110000001111111101111110010011001011110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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