Html Css Color HEX #470F4D Hot Purple

📋 copy color: '#470F4D'

red 71 ◦ green 15 ◦ blue 77

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

Shades of Hot Purple #470F4D

Tints of Hot Purple #470F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 43.56%
G = 9.2%
B = 47.24%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#470F4D (or 0x470F4D) is known color: Hot Purple. HEX triplet: 47, 0F and 4D. RGB value is (71,15,77). Sum of RGB (Red+Green+Blue) = 71+15+77=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #470F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F4D is #B8F0B2. Grayscale: #262626. Windows color (decimal): -12120243 or 5050183. OLE color: 5050183.

HSL color Cylindrical-coordinate representation of color #470F4D: hue angle of 294.19º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470F4D is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 15 77 -
CMYK 0.08 0.81 0 0.70
HSL 294.19º 0.67% 0.18% -
HSV(B) 294.19º 0.81% 0.3% -
XYZ 4.11 2.22 7.23 -
YUV 38.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 71 15 77 0.08 0.81 0 0.70 294.19 0.67 0.18
Hex 47 F 4D 8 51 0 46 126 43 12
Octal 107 17 115 10 121 0 106 446 103 22
Binary 1000111 1111 1001101 1000 1010001 0 1000110 100100110 1000011 10010

Color Harmonies of #470F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F4D

Black with #470F4D

Text Example


Text Example

White with #470F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,77); }

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

background-color css

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

 a { background-color: rgb(71,15,77); }

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

border-color css

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

 span { border-color: rgb(71,15,77); }

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