Html Css Color HEX #47447C Jacksons Purple

📋 copy color: '#47447C'

red 71 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #47447C

Tints of Jacksons Purple #47447C

RGB

 RED value IS 71 (28.13% from 255) = 27%

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 27%
G = 25.86%
B = 47.15%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47447C (or 0x47447C) is known color: Jacksons Purple. HEX triplet: 47, 44 and 7C. RGB value is (71,68,124). Sum of RGB (Red+Green+Blue) = 71+68+124=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 68 (26.95% from 255 or 25.86% 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 #47447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47447C is #B8BB83. Grayscale: #4B4B4B. Windows color (decimal): -12106628 or 8143943. OLE color: 8143943.

HSL color Cylindrical-coordinate representation of color #47447C: hue angle of 243.21º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47447C is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 68 124 -
CMYK 0.43 0.45 0 0.51
HSL 243.21º 0.29% 0.38% -
HSV(B) 243.21º 0.45% 0.49% -
XYZ 8.3 6.93 19.97 -
YUV 75.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 71 68 124 0.43 0.45 0 0.51 243.21 0.29 0.38
Hex 47 44 7C 2B 2D 0 33 F3 1D 26
Octal 107 104 174 53 55 0 63 363 35 46
Binary 1000111 1000100 1111100 101011 101101 0 110011 11110011 11101 100110

Color Harmonies of #47447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47447C

Black with #47447C

Text Example


Text Example

White with #47447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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