Html Css Color HEX #470153 Hot Purple

📋 copy color: '#470153'

red 71 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #470153

Tints of Hot Purple #470153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 45.81%
G = 0.65%
B = 53.55%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470153 (or 0x470153) is known color: Hot Purple. HEX triplet: 47, 01 and 53. RGB value is (71,1,83). Sum of RGB (Red+Green+Blue) = 71+1+83=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #470153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470153 is #B8FEAC. Grayscale: #1F1F1F. Windows color (decimal): -12123821 or 5439815. OLE color: 5439815.

HSL color Cylindrical-coordinate representation of color #470153: hue angle of 291.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470153 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 1 83 -
CMYK 0.14 0.99 0 0.67
HSL 291.22º 0.98% 0.16% -
HSV(B) 291.22º 0.99% 0.33% -
XYZ 4.17 1.99 8.35 -
YUV 31.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 71 1 83 0.14 0.99 0 0.67 291.22 0.98 0.16
Hex 47 1 53 E 63 0 43 123 62 10
Octal 107 1 123 16 143 0 103 443 142 20
Binary 1000111 1 1010011 1110 1100011 0 1000011 100100011 1100010 10000

Color Harmonies of #470153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470153

Black with #470153

Text Example


Text Example

White with #470153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470153; }

 p { color: rgb(71,1,83); }

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

background-color css

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

 a { background-color: rgb(71,1,83); }

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

border-color css

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

 span { border-color: rgb(71,1,83); }

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