Html Css Color HEX #48437C Jacksons Purple

📋 copy color: '#48437C'

red 72 ◦ green 67 ◦ blue 124

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

Shades of Jacksons Purple #48437C

Tints of Jacksons Purple #48437C

RGB

 RED value IS 72 (28.52% from 255) = 27.38%

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 27.38%
G = 25.48%
B = 47.15%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48437C (or 0x48437C) is known color: Jacksons Purple. HEX triplet: 48, 43 and 7C. RGB value is (72,67,124). Sum of RGB (Red+Green+Blue) = 72+67+124=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #48437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48437C is #B7BC83. Grayscale: #4A4A4A. Windows color (decimal): -12041348 or 8143688. OLE color: 8143688.

HSL color Cylindrical-coordinate representation of color #48437C: hue angle of 245.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48437C is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 67 124 -
CMYK 0.42 0.46 0 0.51
HSL 245.26º 0.3% 0.37% -
HSV(B) 245.26º 0.46% 0.49% -
XYZ 8.32 6.85 19.95 -
YUV 74.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 72 67 124 0.42 0.46 0 0.51 245.26 0.3 0.37
Hex 48 43 7C 2A 2E 0 33 F5 1E 25
Octal 110 103 174 52 56 0 63 365 36 45
Binary 1001000 1000011 1111100 101010 101110 0 110011 11110101 11110 100101

Color Harmonies of #48437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48437C

Black with #48437C

Text Example


Text Example

White with #48437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48437C; }

 p { color: rgb(72,67,124); }

 H1.HeaderClassName
 {
   color: #48437C;
 }
 .AnyTagClassName
 {
   color: #48437C;
 }
</style>

background-color css

<style>
 a { background-color: #48437C; }

 a { background-color: rgb(72,67,124); }

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

border-color css

<style>
 span { border-color: #48437C; }

 span { border-color: rgb(72,67,124); }

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