Html Css Color HEX #47264D Hot Purple

📋 copy color: '#47264D'

red 71 ◦ green 38 ◦ blue 77

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

Shades of Hot Purple #47264D

Tints of Hot Purple #47264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 38.17%
G = 20.43%
B = 41.4%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47264D (or 0x47264D) is known color: Hot Purple. HEX triplet: 47, 26 and 4D. RGB value is (71,38,77). Sum of RGB (Red+Green+Blue) = 71+38+77=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #47264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47264D is #B8D9B2. Grayscale: #343434. Windows color (decimal): -12114355 or 5056071. OLE color: 5056071.

HSL color Cylindrical-coordinate representation of color #47264D: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47264D is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 38 77 -
CMYK 0.08 0.51 0 0.70
HSL 290.77º 0.34% 0.23% -
HSV(B) 290.77º 0.51% 0.3% -
XYZ 4.63 3.26 7.41 -
YUV 52.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 71 38 77 0.08 0.51 0 0.70 290.77 0.34 0.23
Hex 47 26 4D 8 33 0 46 123 22 17
Octal 107 46 115 10 63 0 106 443 42 27
Binary 1000111 100110 1001101 1000 110011 0 1000110 100100011 100010 10111

Color Harmonies of #47264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47264D

Black with #47264D

Text Example


Text Example

White with #47264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47264D; }

 p { color: rgb(71,38,77); }

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

background-color css

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

 a { background-color: rgb(71,38,77); }

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

border-color css

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

 span { border-color: rgb(71,38,77); }

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