Html Css Color HEX #470450 Hot Purple

📋 copy color: '#470450'

red 71 ◦ green 4 ◦ blue 80

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

Shades of Hot Purple #470450

Tints of Hot Purple #470450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 45.81%
G = 2.58%
B = 51.61%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#470450 (or 0x470450) is known color: Hot Purple. HEX triplet: 47, 04 and 50. RGB value is (71,4,80). Sum of RGB (Red+Green+Blue) = 71+4+80=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #470450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470450 is #B8FBAF. Grayscale: #202020. Windows color (decimal): -12123056 or 5243975. OLE color: 5243975.

HSL color Cylindrical-coordinate representation of color #470450: hue angle of 292.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470450 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 4 80 -
CMYK 0.11 0.95 0 0.69
HSL 292.89º 0.9% 0.16% -
HSV(B) 292.89º 0.95% 0.31% -
XYZ 4.09 2.01 7.76 -
YUV 32.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 71 4 80 0.11 0.95 0 0.69 292.89 0.9 0.16
Hex 47 4 50 B 5F 0 45 125 5A 10
Octal 107 4 120 13 137 0 105 445 132 20
Binary 1000111 100 1010000 1011 1011111 0 1000101 100100101 1011010 10000

Color Harmonies of #470450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470450

Black with #470450

Text Example


Text Example

White with #470450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470450; }

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

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

background-color css

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

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

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

border-color css

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

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

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