Html Css Color HEX #462F49 Hot Purple

📋 copy color: '#462F49'

red 70 ◦ green 47 ◦ blue 73

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

Shades of Hot Purple #462F49

Tints of Hot Purple #462F49

RGB

 RED value IS 70 (27.73% from 255) = 36.84%

 GREEN value IS 47 (18.75% from 255) = 24.74%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 36.84%
G = 24.74%
B = 38.42%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#462F49 (or 0x462F49) is known color: Hot Purple. HEX triplet: 46, 2F and 49. RGB value is (70,47,73). Sum of RGB (Red+Green+Blue) = 70+47+73=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #462F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F49 is #B9D0B6. Grayscale: #383838. Windows color (decimal): -12177591 or 4796230. OLE color: 4796230.

HSL color Cylindrical-coordinate representation of color #462F49: hue angle of 293.08º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #462F49 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 47 73 -
CMYK 0.04 0.36 0 0.71
HSL 293.08º 0.22% 0.24% -
HSV(B) 293.08º 0.36% 0.29% -
XYZ 4.74 3.82 6.79 -
YUV 56.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 70 47 73 0.04 0.36 0 0.71 293.08 0.22 0.24
Hex 46 2F 49 4 24 0 47 125 16 18
Octal 106 57 111 4 44 0 107 445 26 30
Binary 1000110 101111 1001001 100 100100 0 1000111 100100101 10110 11000

Color Harmonies of #462F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F49

Black with #462F49

Text Example


Text Example

White with #462F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462F49; }

 p { color: rgb(70,47,73); }

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

background-color css

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

 a { background-color: rgb(70,47,73); }

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

border-color css

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

 span { border-color: rgb(70,47,73); }

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