Html Css Color HEX #462A49 Hot Purple

📋 copy color: '#462A49'

red 70 ◦ green 42 ◦ blue 73

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

Shades of Hot Purple #462A49

Tints of Hot Purple #462A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

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

R = 37.84%
G = 22.7%
B = 39.46%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#462A49 (or 0x462A49) is known color: Hot Purple. HEX triplet: 46, 2A and 49. RGB value is (70,42,73). Sum of RGB (Red+Green+Blue) = 70+42+73=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #462A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A49 is #B9D5B6. Grayscale: #353535. Windows color (decimal): -12178871 or 4794950. OLE color: 4794950.

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

Color convert

RGB 70 42 73 -
CMYK 0.04 0.42 0 0.71
HSL 294.19º 0.27% 0.23% -
HSV(B) 294.19º 0.42% 0.29% -
XYZ 4.56 3.44 6.73 -
YUV 53.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 70 42 73 0.04 0.42 0 0.71 294.19 0.27 0.23
Hex 46 2A 49 4 2A 0 47 126 1B 17
Octal 106 52 111 4 52 0 107 446 33 27
Binary 1000110 101010 1001001 100 101010 0 1000111 100100110 11011 10111

Color Harmonies of #462A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A49

Black with #462A49

Text Example


Text Example

White with #462A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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