Html Css Color HEX #47427D Jacksons Purple

📋 copy color: '#47427D'

red 71 ◦ green 66 ◦ blue 125

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

Shades of Jacksons Purple #47427D

Tints of Jacksons Purple #47427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 27.1%
G = 25.19%
B = 47.71%

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

#47427D (or 0x47427D) is known color: Jacksons Purple. HEX triplet: 47, 42 and 7D. RGB value is (71,66,125). Sum of RGB (Red+Green+Blue) = 71+66+125=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #47427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47427D is #B8BD82. Grayscale: #494949. Windows color (decimal): -12107139 or 8208967. OLE color: 8208967.

HSL color Cylindrical-coordinate representation of color #47427D: hue angle of 245.08º 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 #47427D is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 66 125 -
CMYK 0.43 0.47 0 0.51
HSL 245.08º 0.31% 0.37% -
HSV(B) 245.08º 0.47% 0.49% -
XYZ 8.25 6.72 20.26 -
YUV 74.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 71 66 125 0.43 0.47 0 0.51 245.08 0.31 0.37
Hex 47 42 7D 2B 2F 0 33 F5 1F 25
Octal 107 102 175 53 57 0 63 365 37 45
Binary 1000111 1000010 1111101 101011 101111 0 110011 11110101 11111 100101

Color Harmonies of #47427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47427D

Black with #47427D

Text Example


Text Example

White with #47427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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