Html Css Color HEX #472648 Hot Purple

📋 copy color: '#472648'

red 71 ◦ green 38 ◦ blue 72

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

Shades of Hot Purple #472648

Tints of Hot Purple #472648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.78%

R = 39.23%
G = 20.99%
B = 39.78%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472648 (or 0x472648) is known color: Hot Purple. HEX triplet: 47, 26 and 48. RGB value is (71,38,72). Sum of RGB (Red+Green+Blue) = 71+38+72=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #472648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472648 is #B8D9B7. Grayscale: #333333. Windows color (decimal): -12114360 or 4728391. OLE color: 4728391.

HSL color Cylindrical-coordinate representation of color #472648: hue angle of 298.24º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #472648 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 72 -
CMYK 0.01 0.47 0 0.72
HSL 298.24º 0.31% 0.22% -
HSV(B) 298.24º 0.47% 0.28% -
XYZ 4.46 3.19 6.51 -
YUV 51.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 71 38 72 0.01 0.47 0 0.72 298.24 0.31 0.22
Hex 47 26 48 1 2F 0 48 12A 1F 16
Octal 107 46 110 1 57 0 110 452 37 26
Binary 1000111 100110 1001000 1 101111 0 1001000 100101010 11111 10110

Color Harmonies of #472648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472648

Black with #472648

Text Example


Text Example

White with #472648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472648; }

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

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

background-color css

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

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

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

border-color css

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

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

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