Html Css Color HEX #47324B Hot Purple

📋 copy color: '#47324B'

red 71 ◦ green 50 ◦ blue 75

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

Shades of Hot Purple #47324B

Tints of Hot Purple #47324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 36.22%
G = 25.51%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47324B (or 0x47324B) is known color: Hot Purple. HEX triplet: 47, 32 and 4B. RGB value is (71,50,75). Sum of RGB (Red+Green+Blue) = 71+50+75=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #47324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47324B is #B8CDB4. Grayscale: #3B3B3B. Windows color (decimal): -12111285 or 4928071. OLE color: 4928071.

HSL color Cylindrical-coordinate representation of color #47324B: hue angle of 290.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47324B is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 50 75 -
CMYK 0.05 0.33 0 0.71
HSL 290.4º 0.2% 0.25% -
HSV(B) 290.4º 0.33% 0.29% -
XYZ 5.01 4.13 7.19 -
YUV 59.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 71 50 75 0.05 0.33 0 0.71 290.4 0.2 0.25
Hex 47 32 4B 5 21 0 47 122 14 19
Octal 107 62 113 5 41 0 107 442 24 31
Binary 1000111 110010 1001011 101 100001 0 1000111 100100010 10100 11001

Color Harmonies of #47324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47324B

Black with #47324B

Text Example


Text Example

White with #47324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47324B; }

 p { color: rgb(71,50,75); }

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

background-color css

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

 a { background-color: rgb(71,50,75); }

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

border-color css

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

 span { border-color: rgb(71,50,75); }

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