Html Css Color HEX #470454 Hot Purple

📋 copy color: '#470454'

red 71 ◦ green 4 ◦ blue 84

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

Shades of Hot Purple #470454

Tints of Hot Purple #470454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 44.65%
G = 2.52%
B = 52.83%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470454 (or 0x470454) is known color: Hot Purple. HEX triplet: 47, 04 and 54. RGB value is (71,4,84). Sum of RGB (Red+Green+Blue) = 71+4+84=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #470454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470454 is #B8FBAB. Grayscale: #202020. Windows color (decimal): -12123052 or 5506119. OLE color: 5506119.

HSL color Cylindrical-coordinate representation of color #470454: hue angle of 290.25º 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 #470454 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 4 84 -
CMYK 0.15 0.95 0 0.67
HSL 290.25º 0.91% 0.17% -
HSV(B) 290.25º 0.95% 0.33% -
XYZ 4.24 2.07 8.56 -
YUV 33.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 71 4 84 0.15 0.95 0 0.67 290.25 0.91 0.17
Hex 47 4 54 F 5F 0 43 122 5B 11
Octal 107 4 124 17 137 0 103 442 133 21
Binary 1000111 100 1010100 1111 1011111 0 1000011 100100010 1011011 10001

Color Harmonies of #470454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470454

Black with #470454

Text Example


Text Example

White with #470454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470454; }

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

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

background-color css

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

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

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

border-color css

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

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

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