#423F7C

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

Shades of Jacksons Purple #423F7C

Tints of Jacksons Purple #423F7C

Color information

#423F7C (or 0x423F7C) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3F and 7C. RGB value is (66,63,124). Sum of RGB (Red+Green+Blue) = 66+63+124=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #423F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F7C is #BDC083. Grayscale: #464646. Windows color (decimal): -12435588 or 8142658. OLE color: 8142658.

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

Color convert

RGB6663124-
CMYK0.470.4900.51
HSL242.95º32.62%36.67%-
HSV(B)242.95º49.19%48.63%-
XYZ7.666.1719.86-
YUV70.85157.99124.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=26.09%
G=24.90%
B=49.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66631240.470.4900.51242.9532.6236.67
Hex423F7C2F31033f32125
Octal1027717457610633634145
Binary10000101111111111100101111110001011001111110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,124); }

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

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

 a { background-color: rgb(66,63,124); }

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

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

 span { border-color: rgb(66,63,124); }

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