Html Css Color HEX #470251 Hot Purple

📋 copy color: '#470251'

red 71 ◦ green 2 ◦ blue 81

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

Shades of Hot Purple #470251

Tints of Hot Purple #470251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.6%

R = 46.1%
G = 1.3%
B = 52.6%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470251 (or 0x470251) is known color: Hot Purple. HEX triplet: 47, 02 and 51. RGB value is (71,2,81). Sum of RGB (Red+Green+Blue) = 71+2+81=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #470251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470251 is #B8FDAE. Grayscale: #1F1F1F. Windows color (decimal): -12123567 or 5308999. OLE color: 5308999.

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

Color convert

RGB 71 2 81 -
CMYK 0.12 0.98 0 0.68
HSL 292.41º 0.95% 0.16% -
HSV(B) 292.41º 0.98% 0.32% -
XYZ 4.11 1.98 7.95 -
YUV 31.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 71 2 81 0.12 0.98 0 0.68 292.41 0.95 0.16
Hex 47 2 51 C 62 0 44 124 5F 10
Octal 107 2 121 14 142 0 104 444 137 20
Binary 1000111 10 1010001 1100 1100010 0 1000100 100100100 1011111 10000

Color Harmonies of #470251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470251

Black with #470251

Text Example


Text Example

White with #470251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470251; }

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

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

background-color css

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

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

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

border-color css

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

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

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