Html Css Color HEX #471352 Hot Purple

📋 copy color: '#471352'

red 71 ◦ green 19 ◦ blue 82

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

Shades of Hot Purple #471352

Tints of Hot Purple #471352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 41.28%
G = 11.05%
B = 47.67%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471352 (or 0x471352) is known color: Hot Purple. HEX triplet: 47, 13 and 52. RGB value is (71,19,82). Sum of RGB (Red+Green+Blue) = 71+19+82=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #471352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471352 is #B8ECAD. Grayscale: #292929. Windows color (decimal): -12119214 or 5378887. OLE color: 5378887.

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

Color convert

RGB 71 19 82 -
CMYK 0.13 0.77 0 0.68
HSL 289.52º 0.62% 0.2% -
HSV(B) 289.52º 0.77% 0.32% -
XYZ 4.35 2.41 8.22 -
YUV 41.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 71 19 82 0.13 0.77 0 0.68 289.52 0.62 0.2
Hex 47 13 52 D 4D 0 44 122 3E 14
Octal 107 23 122 15 115 0 104 442 76 24
Binary 1000111 10011 1010010 1101 1001101 0 1000100 100100010 111110 10100

Color Harmonies of #471352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471352

Black with #471352

Text Example


Text Example

White with #471352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471352; }

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

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

background-color css

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

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

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

border-color css

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

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

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