Html Css Color HEX #470255 Hot Purple

📋 copy color: '#470255'

red 71 ◦ green 2 ◦ blue 85

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

Shades of Hot Purple #470255

Tints of Hot Purple #470255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 85 (33.59% from 255) = 53.8%

R = 44.94%
G = 1.27%
B = 53.8%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#470255 (or 0x470255) is known color: Hot Purple. HEX triplet: 47, 02 and 55. RGB value is (71,2,85). Sum of RGB (Red+Green+Blue) = 71+2+85=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #470255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470255 is #B8FDAA. Grayscale: #1F1F1F. Windows color (decimal): -12123563 or 5571143. OLE color: 5571143.

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

Color convert

RGB 71 2 85 -
CMYK 0.16 0.98 0 0.67
HSL 289.88º 0.95% 0.17% -
HSV(B) 289.88º 0.98% 0.33% -
XYZ 4.26 2.04 8.76 -
YUV 32.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 71 2 85 0.16 0.98 0 0.67 289.88 0.95 0.17
Hex 47 2 55 10 62 0 43 122 5F 11
Octal 107 2 125 20 142 0 103 442 137 21
Binary 1000111 10 1010101 10000 1100010 0 1000011 100100010 1011111 10001

Color Harmonies of #470255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470255

Black with #470255

Text Example


Text Example

White with #470255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470255; }

 p { color: rgb(71,2,85); }

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

background-color css

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

 a { background-color: rgb(71,2,85); }

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

border-color css

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

 span { border-color: rgb(71,2,85); }

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