Html Css Color HEX #443C7C Jacksons Purple

📋 copy color: '#443C7C'

red 68 ◦ green 60 ◦ blue 124

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

Shades of Jacksons Purple #443C7C

Tints of Jacksons Purple #443C7C

RGB

 RED value IS 68 (26.95% from 255) = 26.98%

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

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

R = 26.98%
G = 23.81%
B = 49.21%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#443C7C (or 0x443C7C) is known color: Jacksons Purple. HEX triplet: 44, 3C and 7C. RGB value is (68,60,124). Sum of RGB (Red+Green+Blue) = 68+60+124=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #443C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C7C is #BBC383. Grayscale: #454545. Windows color (decimal): -12305284 or 8141892. OLE color: 8141892.

HSL color Cylindrical-coordinate representation of color #443C7C: hue angle of 247.5º 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 #443C7C is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 60 124 -
CMYK 0.45 0.52 0 0.51
HSL 247.5º 0.35% 0.36% -
HSV(B) 247.5º 0.52% 0.49% -
XYZ 7.64 5.92 19.81 -
YUV 69.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 68 60 124 0.45 0.52 0 0.51 247.5 0.35 0.36
Hex 44 3C 7C 2D 34 0 33 F8 23 24
Octal 104 74 174 55 64 0 63 370 43 44
Binary 1000100 111100 1111100 101101 110100 0 110011 11111000 100011 100100

Color Harmonies of #443C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443C7C

Black with #443C7C

Text Example


Text Example

White with #443C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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