Html Css Color HEX #462549 Hot Purple

📋 copy color: '#462549'

red 70 ◦ green 37 ◦ blue 73

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

Shades of Hot Purple #462549

Tints of Hot Purple #462549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 38.89%
G = 20.56%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#462549 (or 0x462549) is known color: Hot Purple. HEX triplet: 46, 25 and 49. RGB value is (70,37,73). Sum of RGB (Red+Green+Blue) = 70+37+73=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #462549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462549 is #B9DAB6. Grayscale: #323232. Windows color (decimal): -12180151 or 4793670. OLE color: 4793670.

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

Color convert

RGB 70 37 73 -
CMYK 0.04 0.49 0 0.71
HSL 295º 0.33% 0.22% -
HSV(B) 295º 0.49% 0.29% -
XYZ 4.39 3.11 6.67 -
YUV 50.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 70 37 73 0.04 0.49 0 0.71 295 0.33 0.22
Hex 46 25 49 4 31 0 47 127 21 16
Octal 106 45 111 4 61 0 107 447 41 26
Binary 1000110 100101 1001001 100 110001 0 1000111 100100111 100001 10110

Color Harmonies of #462549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462549

Black with #462549

Text Example


Text Example

White with #462549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462549; }

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

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

background-color css

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

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

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

border-color css

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

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

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