Html Css Color HEX #462249 Hot Purple

📋 copy color: '#462249'

red 70 ◦ green 34 ◦ blue 73

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

Shades of Hot Purple #462249

Tints of Hot Purple #462249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 39.55%
G = 19.21%
B = 41.24%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#462249 (or 0x462249) is known color: Hot Purple. HEX triplet: 46, 22 and 49. RGB value is (70,34,73). Sum of RGB (Red+Green+Blue) = 70+34+73=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #462249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462249 is #B9DDB6. Grayscale: #313131. Windows color (decimal): -12180919 or 4792902. OLE color: 4792902.

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

Color convert

RGB 70 34 73 -
CMYK 0.04 0.53 0 0.71
HSL 295.38º 0.36% 0.21% -
HSV(B) 295.38º 0.53% 0.29% -
XYZ 4.3 2.93 6.64 -
YUV 49.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 70 34 73 0.04 0.53 0 0.71 295.38 0.36 0.21
Hex 46 22 49 4 35 0 47 127 24 15
Octal 106 42 111 4 65 0 107 447 44 25
Binary 1000110 100010 1001001 100 110101 0 1000111 100100111 100100 10101

Color Harmonies of #462249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462249

Black with #462249

Text Example


Text Example

White with #462249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462249; }

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

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

background-color css

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

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

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

border-color css

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

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

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