Html Css Color HEX #471D4A Hot Purple

📋 copy color: '#471D4A'

red 71 ◦ green 29 ◦ blue 74

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

Shades of Hot Purple #471D4A

Tints of Hot Purple #471D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 40.8%
G = 16.67%
B = 42.53%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471D4A (or 0x471D4A) is known color: Hot Purple. HEX triplet: 47, 1D and 4A. RGB value is (71,29,74). Sum of RGB (Red+Green+Blue) = 71+29+74=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #471D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D4A is #B8E2B5. Grayscale: #2E2E2E. Windows color (decimal): -12116662 or 4857159. OLE color: 4857159.

HSL color Cylindrical-coordinate representation of color #471D4A: hue angle of 296º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471D4A is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 29 74 -
CMYK 0.04 0.61 0 0.71
HSL 296º 0.44% 0.2% -
HSV(B) 296º 0.61% 0.29% -
XYZ 4.27 2.71 6.78 -
YUV 46.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 71 29 74 0.04 0.61 0 0.71 296 0.44 0.2
Hex 47 1D 4A 4 3D 0 47 128 2C 14
Octal 107 35 112 4 75 0 107 450 54 24
Binary 1000111 11101 1001010 100 111101 0 1000111 100101000 101100 10100

Color Harmonies of #471D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D4A

Black with #471D4A

Text Example


Text Example

White with #471D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D4A; }

 p { color: rgb(71,29,74); }

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

background-color css

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

 a { background-color: rgb(71,29,74); }

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

border-color css

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

 span { border-color: rgb(71,29,74); }

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