Html Css Color HEX #471251 Hot Purple

📋 copy color: '#471251'

red 71 ◦ green 18 ◦ blue 81

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

Shades of Hot Purple #471251

Tints of Hot Purple #471251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 41.76%
G = 10.59%
B = 47.65%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471251 (or 0x471251) is known color: Hot Purple. HEX triplet: 47, 12 and 51. RGB value is (71,18,81). Sum of RGB (Red+Green+Blue) = 71+18+81=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #471251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471251 is #B8EDAE. Grayscale: #282828. Windows color (decimal): -12119471 or 5313095. OLE color: 5313095.

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

Color convert

RGB 71 18 81 -
CMYK 0.12 0.78 0 0.68
HSL 290.48º 0.64% 0.19% -
HSV(B) 290.48º 0.78% 0.32% -
XYZ 4.3 2.37 8.01 -
YUV 41.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 71 18 81 0.12 0.78 0 0.68 290.48 0.64 0.19
Hex 47 12 51 C 4E 0 44 122 40 13
Octal 107 22 121 14 116 0 104 442 100 23
Binary 1000111 10010 1010001 1100 1001110 0 1000100 100100010 1000000 10011

Color Harmonies of #471251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471251

Black with #471251

Text Example


Text Example

White with #471251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471251; }

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

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

background-color css

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

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

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

border-color css

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

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

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