Html Css Color HEX #47427C Jacksons Purple

📋 copy color: '#47427C'

red 71 ◦ green 66 ◦ blue 124

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

Shades of Jacksons Purple #47427C

Tints of Jacksons Purple #47427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 27.2%
G = 25.29%
B = 47.51%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47427C (or 0x47427C) is known color: Jacksons Purple. HEX triplet: 47, 42 and 7C. RGB value is (71,66,124). Sum of RGB (Red+Green+Blue) = 71+66+124=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #47427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47427C is #B8BD83. Grayscale: #494949. Windows color (decimal): -12107140 or 8143431. OLE color: 8143431.

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

Color convert

RGB 71 66 124 -
CMYK 0.43 0.47 0 0.51
HSL 245.17º 0.31% 0.37% -
HSV(B) 245.17º 0.47% 0.49% -
XYZ 8.18 6.69 19.93 -
YUV 74.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 71 66 124 0.43 0.47 0 0.51 245.17 0.31 0.37
Hex 47 42 7C 2B 2F 0 33 F5 1F 25
Octal 107 102 174 53 57 0 63 365 37 45
Binary 1000111 1000010 1111100 101011 101111 0 110011 11110101 11111 100101

Color Harmonies of #47427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47427C

Black with #47427C

Text Example


Text Example

White with #47427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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