Html Css Color HEX #474583 Jacksons Purple

📋 copy color: '#474583'

red 71 ◦ green 69 ◦ blue 131

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

Shades of Jacksons Purple #474583

Tints of Jacksons Purple #474583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 26.2%
G = 25.46%
B = 48.34%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474583 (or 0x474583) is known color: Jacksons Purple. HEX triplet: 47, 45 and 83. RGB value is (71,69,131). Sum of RGB (Red+Green+Blue) = 71+69+131=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #474583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474583 is #B8BA7C. Grayscale: #4C4C4C. Windows color (decimal): -12106365 or 8602951. OLE color: 8602951.

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

Color convert

RGB 71 69 131 -
CMYK 0.46 0.47 0 0.49
HSL 241.94º 0.31% 0.39% -
HSV(B) 241.94º 0.47% 0.51% -
XYZ 8.82 7.23 22.4 -
YUV 76.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 71 69 131 0.46 0.47 0 0.49 241.94 0.31 0.39
Hex 47 45 83 2E 2F 0 31 F2 1F 27
Octal 107 105 203 56 57 0 61 362 37 47
Binary 1000111 1000101 10000011 101110 101111 0 110001 11110010 11111 100111

Color Harmonies of #474583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474583

Black with #474583

Text Example


Text Example

White with #474583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474583; }

 p { color: rgb(71,69,131); }

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

background-color css

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

 a { background-color: rgb(71,69,131); }

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

border-color css

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

 span { border-color: rgb(71,69,131); }

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