Html Css Color HEX #470D50 Hot Purple

📋 copy color: '#470D50'

red 71 ◦ green 13 ◦ blue 80

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

Shades of Hot Purple #470D50

Tints of Hot Purple #470D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.93%

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 43.29%
G = 7.93%
B = 48.78%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#470D50 (or 0x470D50) is known color: Hot Purple. HEX triplet: 47, 0D and 50. RGB value is (71,13,80). Sum of RGB (Red+Green+Blue) = 71+13+80=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #470D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D50 is #B8F2AF. Grayscale: #252525. Windows color (decimal): -12120752 or 5246279. OLE color: 5246279.

HSL color Cylindrical-coordinate representation of color #470D50: hue angle of 291.94º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #470D50 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 13 80 -
CMYK 0.11 0.84 0 0.69
HSL 291.94º 0.72% 0.18% -
HSV(B) 291.94º 0.84% 0.31% -
XYZ 4.19 2.21 7.79 -
YUV 37.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 71 13 80 0.11 0.84 0 0.69 291.94 0.72 0.18
Hex 47 D 50 B 54 0 45 124 48 12
Octal 107 15 120 13 124 0 105 444 110 22
Binary 1000111 1101 1010000 1011 1010100 0 1000101 100100100 1001000 10010

Color Harmonies of #470D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D50

Black with #470D50

Text Example


Text Example

White with #470D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D50; }

 p { color: rgb(71,13,80); }

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

background-color css

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

 a { background-color: rgb(71,13,80); }

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

border-color css

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

 span { border-color: rgb(71,13,80); }

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