Html Css Color HEX #47294B Hot Purple

📋 copy color: '#47294B'

red 71 ◦ green 41 ◦ blue 75

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

Shades of Hot Purple #47294B

Tints of Hot Purple #47294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

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

R = 37.97%
G = 21.93%
B = 40.11%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47294B (or 0x47294B) is known color: Hot Purple. HEX triplet: 47, 29 and 4B. RGB value is (71,41,75). Sum of RGB (Red+Green+Blue) = 71+41+75=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #47294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47294B is #B8D6B4. Grayscale: #353535. Windows color (decimal): -12113589 or 4925767. OLE color: 4925767.

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

Color convert

RGB 71 41 75 -
CMYK 0.05 0.45 0 0.71
HSL 292.94º 0.29% 0.23% -
HSV(B) 292.94º 0.45% 0.29% -
XYZ 4.66 3.43 7.07 -
YUV 53.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 71 41 75 0.05 0.45 0 0.71 292.94 0.29 0.23
Hex 47 29 4B 5 2D 0 47 125 1D 17
Octal 107 51 113 5 55 0 107 445 35 27
Binary 1000111 101001 1001011 101 101101 0 1000111 100100101 11101 10111

Color Harmonies of #47294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47294B

Black with #47294B

Text Example


Text Example

White with #47294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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