Html Css Color HEX #47234A Hot Purple

📋 copy color: '#47234A'

red 71 ◦ green 35 ◦ blue 74

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

Shades of Hot Purple #47234A

Tints of Hot Purple #47234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 39.44%
G = 19.44%
B = 41.11%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47234A (or 0x47234A) is known color: Hot Purple. HEX triplet: 47, 23 and 4A. RGB value is (71,35,74). Sum of RGB (Red+Green+Blue) = 71+35+74=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #47234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47234A is #B8DCB5. Grayscale: #323232. Windows color (decimal): -12115126 or 4858695. OLE color: 4858695.

HSL color Cylindrical-coordinate representation of color #47234A: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47234A is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 35 74 -
CMYK 0.04 0.53 0 0.71
HSL 295.38º 0.36% 0.21% -
HSV(B) 295.38º 0.53% 0.29% -
XYZ 4.44 3.04 6.83 -
YUV 50.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 71 35 74 0.04 0.53 0 0.71 295.38 0.36 0.21
Hex 47 23 4A 4 35 0 47 127 24 15
Octal 107 43 112 4 65 0 107 447 44 25
Binary 1000111 100011 1001010 100 110101 0 1000111 100100111 100100 10101

Color Harmonies of #47234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47234A

Black with #47234A

Text Example


Text Example

White with #47234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47234A; }

 p { color: rgb(71,35,74); }

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

background-color css

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

 a { background-color: rgb(71,35,74); }

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

border-color css

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

 span { border-color: rgb(71,35,74); }

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