Html Css Color HEX #423C7C Jacksons Purple

📋 copy color: '#423C7C'

red 66 ◦ green 60 ◦ blue 124

#423C7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #423C7C

Tints of Jacksons Purple #423C7C

RGB

 RED value IS 66 (26.17% from 255) = 26.4%

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 26.4%
G = 24%
B = 49.6%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#423C7C (or 0x423C7C) is known color: Jacksons Purple. HEX triplet: 42, 3C and 7C. RGB value is (66,60,124). Sum of RGB (Red+Green+Blue) = 66+60+124=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #423C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C7C is #BDC383. Grayscale: #444444. Windows color (decimal): -12436356 or 8141890. OLE color: 8141890.

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

Color convert

RGB 66 60 124 -
CMYK 0.47 0.52 0 0.51
HSL 245.63º 0.35% 0.36% -
HSV(B) 245.63º 0.52% 0.49% -
XYZ 7.5 5.85 19.8 -
YUV 69.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 66 60 124 0.47 0.52 0 0.51 245.63 0.35 0.36
Hex 42 3C 7C 2F 34 0 33 F6 23 24
Octal 102 74 174 57 64 0 63 366 43 44
Binary 1000010 111100 1111100 101111 110100 0 110011 11110110 100011 100100

Color Harmonies of #423C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C7C

Black with #423C7C

Text Example


Text Example

White with #423C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #423C7C;
 }
 .AnyTagClassName
 {
   color: #423C7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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