Html Css Color HEX #471E4E Hot Purple

📋 copy color: '#471E4E'

red 71 ◦ green 30 ◦ blue 78

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

Shades of Hot Purple #471E4E

Tints of Hot Purple #471E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.76%

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 39.66%
G = 16.76%
B = 43.58%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#471E4E (or 0x471E4E) is known color: Hot Purple. HEX triplet: 47, 1E and 4E. RGB value is (71,30,78). Sum of RGB (Red+Green+Blue) = 71+30+78=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #471E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E4E is #B8E1B1. Grayscale: #2F2F2F. Windows color (decimal): -12116402 or 5119559. OLE color: 5119559.

HSL color Cylindrical-coordinate representation of color #471E4E: hue angle of 291.25º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471E4E is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 30 78 -
CMYK 0.09 0.62 0 0.69
HSL 291.25º 0.44% 0.21% -
HSV(B) 291.25º 0.62% 0.31% -
XYZ 4.44 2.82 7.52 -
YUV 47.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 71 30 78 0.09 0.62 0 0.69 291.25 0.44 0.21
Hex 47 1E 4E 9 3E 0 45 123 2C 15
Octal 107 36 116 11 76 0 105 443 54 25
Binary 1000111 11110 1001110 1001 111110 0 1000101 100100011 101100 10101

Color Harmonies of #471E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E4E

Black with #471E4E

Text Example


Text Example

White with #471E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,78); }

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

background-color css

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

 a { background-color: rgb(71,30,78); }

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

border-color css

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

 span { border-color: rgb(71,30,78); }

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