Html Css Color HEX #47437D Jacksons Purple

📋 copy color: '#47437D'

red 71 ◦ green 67 ◦ blue 125

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

Shades of Jacksons Purple #47437D

Tints of Jacksons Purple #47437D

RGB

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

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

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

R = 27%
G = 25.48%
B = 47.53%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47437D (or 0x47437D) is known color: Jacksons Purple. HEX triplet: 47, 43 and 7D. RGB value is (71,67,125). Sum of RGB (Red+Green+Blue) = 71+67+125=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #47437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47437D is #B8BC82. Grayscale: #4A4A4A. Windows color (decimal): -12106883 or 8209223. OLE color: 8209223.

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

Color convert

RGB 71 67 125 -
CMYK 0.43 0.46 0 0.51
HSL 244.14º 0.3% 0.38% -
HSV(B) 244.14º 0.46% 0.49% -
XYZ 8.31 6.83 20.28 -
YUV 74.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 71 67 125 0.43 0.46 0 0.51 244.14 0.3 0.38
Hex 47 43 7D 2B 2E 0 33 F4 1E 26
Octal 107 103 175 53 56 0 63 364 36 46
Binary 1000111 1000011 1111101 101011 101110 0 110011 11110100 11110 100110

Color Harmonies of #47437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47437D

Black with #47437D

Text Example


Text Example

White with #47437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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