Html Css Color HEX #470954 Hot Purple

📋 copy color: '#470954'

red 71 ◦ green 9 ◦ blue 84

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

Shades of Hot Purple #470954

Tints of Hot Purple #470954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

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

R = 43.29%
G = 5.49%
B = 51.22%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470954 (or 0x470954) is known color: Hot Purple. HEX triplet: 47, 09 and 54. RGB value is (71,9,84). Sum of RGB (Red+Green+Blue) = 71+9+84=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #470954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470954 is #B8F6AB. Grayscale: #232323. Windows color (decimal): -12121772 or 5507399. OLE color: 5507399.

HSL color Cylindrical-coordinate representation of color #470954: hue angle of 289.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470954 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 9 84 -
CMYK 0.15 0.89 0 0.67
HSL 289.6º 0.81% 0.18% -
HSV(B) 289.6º 0.89% 0.33% -
XYZ 4.3 2.18 8.58 -
YUV 36.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 71 9 84 0.15 0.89 0 0.67 289.6 0.81 0.18
Hex 47 9 54 F 59 0 43 122 51 12
Octal 107 11 124 17 131 0 103 442 121 22
Binary 1000111 1001 1010100 1111 1011001 0 1000011 100100010 1010001 10010

Color Harmonies of #470954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470954

Black with #470954

Text Example


Text Example

White with #470954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470954; }

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

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

background-color css

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

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

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

border-color css

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

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

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