Html Css Color HEX #474580 Jacksons Purple

📋 copy color: '#474580'

red 71 ◦ green 69 ◦ blue 128

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

Shades of Jacksons Purple #474580

Tints of Jacksons Purple #474580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.76%

R = 26.49%
G = 25.75%
B = 47.76%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#474580 (or 0x474580) is known color: Jacksons Purple. HEX triplet: 47, 45 and 80. RGB value is (71,69,128). Sum of RGB (Red+Green+Blue) = 71+69+128=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #474580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474580 is #B8BA7F. Grayscale: #4C4C4C. Windows color (decimal): -12106368 or 8406343. OLE color: 8406343.

HSL color Cylindrical-coordinate representation of color #474580: hue angle of 242.03º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474580 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 69 128 -
CMYK 0.45 0.46 0 0.50
HSL 242.03º 0.3% 0.39% -
HSV(B) 242.03º 0.46% 0.5% -
XYZ 8.62 7.15 21.35 -
YUV 76.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 71 69 128 0.45 0.46 0 0.50 242.03 0.3 0.39
Hex 47 45 80 2D 2E 0 32 F2 1E 27
Octal 107 105 200 55 56 0 62 362 36 47
Binary 1000111 1000101 10000000 101101 101110 0 110010 11110010 11110 100111

Color Harmonies of #474580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474580

Black with #474580

Text Example


Text Example

White with #474580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474580; }

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

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

background-color css

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

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

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

border-color css

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

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

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