Html Css Color HEX #47264F Hot Purple

📋 copy color: '#47264F'

red 71 ◦ green 38 ◦ blue 79

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

Shades of Hot Purple #47264F

Tints of Hot Purple #47264F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 37.77%
G = 20.21%
B = 42.02%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47264F (or 0x47264F) is known color: Hot Purple. HEX triplet: 47, 26 and 4F. RGB value is (71,38,79). Sum of RGB (Red+Green+Blue) = 71+38+79=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #47264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47264F is #B8D9B0. Grayscale: #343434. Windows color (decimal): -12114353 or 5187143. OLE color: 5187143.

HSL color Cylindrical-coordinate representation of color #47264F: hue angle of 288.29º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47264F is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 38 79 -
CMYK 0.10 0.52 0 0.69
HSL 288.29º 0.35% 0.23% -
HSV(B) 288.29º 0.52% 0.31% -
XYZ 4.7 3.29 7.78 -
YUV 52.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 71 38 79 0.10 0.52 0 0.69 288.29 0.35 0.23
Hex 47 26 4F A 34 0 45 120 23 17
Octal 107 46 117 12 64 0 105 440 43 27
Binary 1000111 100110 1001111 1010 110100 0 1000101 100100000 100011 10111

Color Harmonies of #47264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47264F

Black with #47264F

Text Example


Text Example

White with #47264F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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