Html Css Color HEX #472348 Hot Purple

📋 copy color: '#472348'

red 71 ◦ green 35 ◦ blue 72

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

Shades of Hot Purple #472348

Tints of Hot Purple #472348

RGB

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

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

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

R = 39.89%
G = 19.66%
B = 40.45%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472348 (or 0x472348) is known color: Hot Purple. HEX triplet: 47, 23 and 48. RGB value is (71,35,72). Sum of RGB (Red+Green+Blue) = 71+35+72=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #472348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472348 is #B8DCB7. Grayscale: #313131. Windows color (decimal): -12115128 or 4727623. OLE color: 4727623.

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

Color convert

RGB 71 35 72 -
CMYK 0.01 0.51 0 0.72
HSL 298.38º 0.35% 0.21% -
HSV(B) 298.38º 0.51% 0.28% -
XYZ 4.37 3.01 6.48 -
YUV 49.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 71 35 72 0.01 0.51 0 0.72 298.38 0.35 0.21
Hex 47 23 48 1 33 0 48 12A 23 15
Octal 107 43 110 1 63 0 110 452 43 25
Binary 1000111 100011 1001000 1 110011 0 1001000 100101010 100011 10101

Color Harmonies of #472348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472348

Black with #472348

Text Example


Text Example

White with #472348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472348; }

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

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

background-color css

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

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

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

border-color css

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

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

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