Html Css Color HEX #470250 Hot Purple

📋 copy color: '#470250'

red 71 ◦ green 2 ◦ blue 80

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

Shades of Hot Purple #470250

Tints of Hot Purple #470250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 46.41%
G = 1.31%
B = 52.29%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#470250 (or 0x470250) is known color: Hot Purple. HEX triplet: 47, 02 and 50. RGB value is (71,2,80). Sum of RGB (Red+Green+Blue) = 71+2+80=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #470250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470250 is #B8FDAF. Grayscale: #1F1F1F. Windows color (decimal): -12123568 or 5243463. OLE color: 5243463.

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

Color convert

RGB 71 2 80 -
CMYK 0.11 0.98 0 0.69
HSL 293.08º 0.95% 0.16% -
HSV(B) 293.08º 0.98% 0.31% -
XYZ 4.07 1.96 7.75 -
YUV 31.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 71 2 80 0.11 0.98 0 0.69 293.08 0.95 0.16
Hex 47 2 50 B 62 0 45 125 5F 10
Octal 107 2 120 13 142 0 105 445 137 20
Binary 1000111 10 1010000 1011 1100010 0 1000101 100100101 1011111 10000

Color Harmonies of #470250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470250

Black with #470250

Text Example


Text Example

White with #470250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470250; }

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

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

background-color css

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

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

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

border-color css

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

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

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