Html Css Color HEX #463F7C Jacksons Purple

📋 copy color: '#463F7C'

red 70 ◦ green 63 ◦ blue 124

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

Shades of Jacksons Purple #463F7C

Tints of Jacksons Purple #463F7C

RGB

 RED value IS 70 (27.73% from 255) = 27.24%

 GREEN value IS 63 (25% from 255) = 24.51%

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

R = 27.24%
G = 24.51%
B = 48.25%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#463F7C (or 0x463F7C) is known color: Jacksons Purple. HEX triplet: 46, 3F and 7C. RGB value is (70,63,124). Sum of RGB (Red+Green+Blue) = 70+63+124=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #463F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7C is #B9C083. Grayscale: #474747. Windows color (decimal): -12173444 or 8142662. OLE color: 8142662.

HSL color Cylindrical-coordinate representation of color #463F7C: hue angle of 246.89º 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 #463F7C is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 63 124 -
CMYK 0.44 0.49 0 0.51
HSL 246.89º 0.33% 0.37% -
HSV(B) 246.89º 0.49% 0.49% -
XYZ 7.94 6.31 19.87 -
YUV 72.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 70 63 124 0.44 0.49 0 0.51 246.89 0.33 0.37
Hex 46 3F 7C 2C 31 0 33 F7 21 25
Octal 106 77 174 54 61 0 63 367 41 45
Binary 1000110 111111 1111100 101100 110001 0 110011 11110111 100001 100101

Color Harmonies of #463F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F7C

Black with #463F7C

Text Example


Text Example

White with #463F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #463F7C;
 }
 .AnyTagClassName
 {
   color: #463F7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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