Html Css Color HEX #47467D Jacksons Purple

📋 copy color: '#47467D'

red 71 ◦ green 70 ◦ blue 125

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

Shades of Jacksons Purple #47467D

Tints of Jacksons Purple #47467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 26.69%
G = 26.32%
B = 46.99%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47467D (or 0x47467D) is known color: Jacksons Purple. HEX triplet: 47, 46 and 7D. RGB value is (71,70,125). Sum of RGB (Red+Green+Blue) = 71+70+125=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #47467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47467D is #B8B982. Grayscale: #4C4C4C. Windows color (decimal): -12106115 or 8209991. OLE color: 8209991.

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

Color convert

RGB 71 70 125 -
CMYK 0.43 0.44 0 0.51
HSL 241.09º 0.28% 0.38% -
HSV(B) 241.09º 0.44% 0.49% -
XYZ 8.49 7.2 20.34 -
YUV 76.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 71 70 125 0.43 0.44 0 0.51 241.09 0.28 0.38
Hex 47 46 7D 2B 2C 0 33 F1 1C 26
Octal 107 106 175 53 54 0 63 361 34 46
Binary 1000111 1000110 1111101 101011 101100 0 110011 11110001 11100 100110

Color Harmonies of #47467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47467D

Black with #47467D

Text Example


Text Example

White with #47467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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