Html Css Color HEX #470453 Hot Purple

📋 copy color: '#470453'

red 71 ◦ green 4 ◦ blue 83

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

Shades of Hot Purple #470453

Tints of Hot Purple #470453

RGB

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

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

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

R = 44.94%
G = 2.53%
B = 52.53%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470453 (or 0x470453) is known color: Hot Purple. HEX triplet: 47, 04 and 53. RGB value is (71,4,83). Sum of RGB (Red+Green+Blue) = 71+4+83=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #470453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470453 is #B8FBAC. Grayscale: #202020. Windows color (decimal): -12123053 or 5440583. OLE color: 5440583.

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

Color convert

RGB 71 4 83 -
CMYK 0.14 0.95 0 0.67
HSL 290.89º 0.91% 0.17% -
HSV(B) 290.89º 0.95% 0.33% -
XYZ 4.2 2.05 8.36 -
YUV 33.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 71 4 83 0.14 0.95 0 0.67 290.89 0.91 0.17
Hex 47 4 53 E 5F 0 43 123 5B 11
Octal 107 4 123 16 137 0 103 443 133 21
Binary 1000111 100 1010011 1110 1011111 0 1000011 100100011 1011011 10001

Color Harmonies of #470453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470453

Black with #470453

Text Example


Text Example

White with #470453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470453; }

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

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

background-color css

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

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

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

border-color css

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

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

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