Html Css Color HEX #47405A Grape

📋 copy color: '#47405A'

red 71 ◦ green 64 ◦ blue 90

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

Shades of Grape #47405A

Tints of Grape #47405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 31.56%
G = 28.44%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47405A (or 0x47405A) is known color: Grape. HEX triplet: 47, 40 and 5A. RGB value is (71,64,90). Sum of RGB (Red+Green+Blue) = 71+64+90=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #47405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405A is #B8BFA5. Grayscale: #444444. Windows color (decimal): -12107686 or 5914695. OLE color: 5914695.

HSL color Cylindrical-coordinate representation of color #47405A: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47405A is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 64 90 -
CMYK 0.21 0.29 0 0.65
HSL 256.15º 0.17% 0.3% -
HSV(B) 256.15º 0.29% 0.35% -
XYZ 6.28 5.74 10.45 -
YUV 69.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 71 64 90 0.21 0.29 0 0.65 256.15 0.17 0.3
Hex 47 40 5A 15 1D 0 41 100 11 1E
Octal 107 100 132 25 35 0 101 400 21 36
Binary 1000111 1000000 1011010 10101 11101 0 1000001 100000000 10001 11110

Color Harmonies of #47405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47405A

Black with #47405A

Text Example


Text Example

White with #47405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47405A; }

 p { color: rgb(71,64,90); }

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

background-color css

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

 a { background-color: rgb(71,64,90); }

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

border-color css

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

 span { border-color: rgb(71,64,90); }

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