Html Css Color HEX #471852 Hot Purple

📋 copy color: '#471852'

red 71 ◦ green 24 ◦ blue 82

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

Shades of Hot Purple #471852

Tints of Hot Purple #471852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

 BLUE value IS 82 (32.42% from 255) = 46.33%

R = 40.11%
G = 13.56%
B = 46.33%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471852 (or 0x471852) is known color: Hot Purple. HEX triplet: 47, 18 and 52. RGB value is (71,24,82). Sum of RGB (Red+Green+Blue) = 71+24+82=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #471852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471852 is #B8E7AD. Grayscale: #2C2C2C. Windows color (decimal): -12117934 or 5380167. OLE color: 5380167.

HSL color Cylindrical-coordinate representation of color #471852: hue angle of 288.62º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #471852 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 24 82 -
CMYK 0.13 0.71 0 0.68
HSL 288.62º 0.55% 0.21% -
HSV(B) 288.62º 0.71% 0.32% -
XYZ 4.45 2.6 8.25 -
YUV 44.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 71 24 82 0.13 0.71 0 0.68 288.62 0.55 0.21
Hex 47 18 52 D 47 0 44 121 37 15
Octal 107 30 122 15 107 0 104 441 67 25
Binary 1000111 11000 1010010 1101 1000111 0 1000100 100100001 110111 10101

Color Harmonies of #471852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471852

Black with #471852

Text Example


Text Example

White with #471852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471852; }

 p { color: rgb(71,24,82); }

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

background-color css

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

 a { background-color: rgb(71,24,82); }

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

border-color css

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

 span { border-color: rgb(71,24,82); }

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