Html Css Color HEX #470654 Hot Purple

📋 copy color: '#470654'

red 71 ◦ green 6 ◦ blue 84

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

Shades of Hot Purple #470654

Tints of Hot Purple #470654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 44.1%
G = 3.73%
B = 52.17%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470654 (or 0x470654) is known color: Hot Purple. HEX triplet: 47, 06 and 54. RGB value is (71,6,84). Sum of RGB (Red+Green+Blue) = 71+6+84=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #470654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470654 is #B8F9AB. Grayscale: #222222. Windows color (decimal): -12122540 or 5506631. OLE color: 5506631.

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

Color convert

RGB 71 6 84 -
CMYK 0.15 0.93 0 0.67
HSL 290º 0.87% 0.18% -
HSV(B) 290º 0.93% 0.33% -
XYZ 4.26 2.11 8.57 -
YUV 34.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 71 6 84 0.15 0.93 0 0.67 290 0.87 0.18
Hex 47 6 54 F 5D 0 43 122 57 12
Octal 107 6 124 17 135 0 103 442 127 22
Binary 1000111 110 1010100 1111 1011101 0 1000011 100100010 1010111 10010

Color Harmonies of #470654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470654

Black with #470654

Text Example


Text Example

White with #470654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470654; }

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

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

background-color css

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

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

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

border-color css

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

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

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