#423C7B

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

Shades of Jacksons Purple #423C7B

Tints of Jacksons Purple #423C7B

Color information

#423C7B (or 0x423C7B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3C and 7B. RGB value is (66,60,123). Sum of RGB (Red+Green+Blue) = 66+60+123=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #423C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C7B is #BDC384. Grayscale: #444444. Windows color (decimal): -12436357 or 8076354. OLE color: 8076354.

HSL color Cylindrical-coordinate representation of color #423C7B: hue angle of 245.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423C7B is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6660123-
CMYK0.460.5100.52
HSL245.71º34.43%35.88%-
HSV(B)245.71º51.22%48.24%-
XYZ7.445.8219.47-
YUV68.98158.49125.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=26.51%
G=24.10%
B=49.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66601230.460.5100.52245.7134.4335.88
Hex423C7B2E33034f62224
Octal1027417356630643664244
Binary10000101111001111011101110110011011010011110110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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