#423C7F

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

Shades of Jacksons Purple #423C7F

Tints of Jacksons Purple #423C7F

Color information

#423C7F (or 0x423C7F) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3C and 7F. RGB value is (66,60,127). Sum of RGB (Red+Green+Blue) = 66+60+127=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #423C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C7F is #BDC380. Grayscale: #454545. Windows color (decimal): -12436353 or 8338498. OLE color: 8338498.

HSL color Cylindrical-coordinate representation of color #423C7F: hue angle of 245.37º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423C7F is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6660127-
CMYK0.480.5300.50
HSL245.37º35.83%36.67%-
HSV(B)245.37º52.76%49.8%-
XYZ7.695.9220.82-
YUV69.43160.49125.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 127 (50% from 255) = 50.20%
R=26.09%
G=23.72%
B=50.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66601270.480.5300.50245.3735.8336.67
Hex423C7F3035032f52425
Octal1027417760650623654445
Binary10000101111001111111110000110101011001011110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C7F; }

 p { color: rgb(66,60,127); }

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

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

 a { background-color: rgb(66,60,127); }

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

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

 span { border-color: rgb(66,60,127); }

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