Html Css Color HEX #462349 Hot Purple

📋 copy color: '#462349'

red 70 ◦ green 35 ◦ blue 73

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

Shades of Hot Purple #462349

Tints of Hot Purple #462349

RGB

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

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

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

R = 39.33%
G = 19.66%
B = 41.01%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#462349 (or 0x462349) is known color: Hot Purple. HEX triplet: 46, 23 and 49. RGB value is (70,35,73). Sum of RGB (Red+Green+Blue) = 70+35+73=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #462349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462349 is #B9DCB6. Grayscale: #313131. Windows color (decimal): -12180663 or 4793158. OLE color: 4793158.

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

Color convert

RGB 70 35 73 -
CMYK 0.04 0.52 0 0.71
HSL 295.26º 0.35% 0.21% -
HSV(B) 295.26º 0.52% 0.29% -
XYZ 4.33 2.99 6.65 -
YUV 49.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 70 35 73 0.04 0.52 0 0.71 295.26 0.35 0.21
Hex 46 23 49 4 34 0 47 127 23 15
Octal 106 43 111 4 64 0 107 447 43 25
Binary 1000110 100011 1001001 100 110100 0 1000111 100100111 100011 10101

Color Harmonies of #462349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462349

Black with #462349

Text Example


Text Example

White with #462349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462349; }

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

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

background-color css

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

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

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

border-color css

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

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

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