Html Css Color HEX #474581 Jacksons Purple

📋 copy color: '#474581'

red 71 ◦ green 69 ◦ blue 129

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

Shades of Jacksons Purple #474581

Tints of Jacksons Purple #474581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 26.39%
G = 25.65%
B = 47.96%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474581 (or 0x474581) is known color: Jacksons Purple. HEX triplet: 47, 45 and 81. RGB value is (71,69,129). Sum of RGB (Red+Green+Blue) = 71+69+129=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #474581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474581 is #B8BA7E. Grayscale: #4C4C4C. Windows color (decimal): -12106367 or 8471879. OLE color: 8471879.

HSL color Cylindrical-coordinate representation of color #474581: hue angle of 242º degrees, saturation: 0.3, 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 #474581 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 69 129 -
CMYK 0.45 0.47 0 0.49
HSL 242º 0.3% 0.39% -
HSV(B) 242º 0.47% 0.51% -
XYZ 8.69 7.18 21.7 -
YUV 76.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 71 69 129 0.45 0.47 0 0.49 242 0.3 0.39
Hex 47 45 81 2D 2F 0 31 F2 1E 27
Octal 107 105 201 55 57 0 61 362 36 47
Binary 1000111 1000101 10000001 101101 101111 0 110001 11110010 11110 100111

Color Harmonies of #474581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474581

Black with #474581

Text Example


Text Example

White with #474581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474581; }

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

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

background-color css

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

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

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

border-color css

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

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

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