Html Css Color HEX #474380 Jacksons Purple

📋 copy color: '#474380'

red 71 ◦ green 67 ◦ blue 128

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

Shades of Jacksons Purple #474380

Tints of Jacksons Purple #474380

RGB

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

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

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

R = 26.69%
G = 25.19%
B = 48.12%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#474380 (or 0x474380) is known color: Jacksons Purple. HEX triplet: 47, 43 and 80. RGB value is (71,67,128). Sum of RGB (Red+Green+Blue) = 71+67+128=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #474380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474380 is #B8BC7F. Grayscale: #4A4A4A. Windows color (decimal): -12106880 or 8405831. OLE color: 8405831.

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

Color convert

RGB 71 67 128 -
CMYK 0.45 0.48 0 0.50
HSL 243.93º 0.31% 0.38% -
HSV(B) 243.93º 0.48% 0.5% -
XYZ 8.5 6.91 21.31 -
YUV 75.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 71 67 128 0.45 0.48 0 0.50 243.93 0.31 0.38
Hex 47 43 80 2D 30 0 32 F4 1F 26
Octal 107 103 200 55 60 0 62 364 37 46
Binary 1000111 1000011 10000000 101101 110000 0 110010 11110100 11111 100110

Color Harmonies of #474380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474380

Black with #474380

Text Example


Text Example

White with #474380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474380; }

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

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

background-color css

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

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

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

border-color css

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

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

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