Html Css Color HEX #462047 Hot Purple

📋 copy color: '#462047'

red 70 ◦ green 32 ◦ blue 71

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

Shades of Hot Purple #462047

Tints of Hot Purple #462047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 40.46%
G = 18.5%
B = 41.04%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#462047 (or 0x462047) is known color: Hot Purple. HEX triplet: 46, 20 and 47. RGB value is (70,32,71). Sum of RGB (Red+Green+Blue) = 70+32+71=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #462047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462047 is #B9DFB8. Grayscale: #2F2F2F. Windows color (decimal): -12181433 or 4661318. OLE color: 4661318.

HSL color Cylindrical-coordinate representation of color #462047: hue angle of 298.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462047 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 32 71 -
CMYK 0.01 0.55 0 0.72
HSL 298.46º 0.38% 0.2% -
HSV(B) 298.46º 0.55% 0.28% -
XYZ 4.18 2.79 6.28 -
YUV 47.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 70 32 71 0.01 0.55 0 0.72 298.46 0.38 0.2
Hex 46 20 47 1 37 0 48 12A 26 14
Octal 106 40 107 1 67 0 110 452 46 24
Binary 1000110 100000 1000111 1 110111 0 1001000 100101010 100110 10100

Color Harmonies of #462047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462047

Black with #462047

Text Example


Text Example

White with #462047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462047; }

 p { color: rgb(70,32,71); }

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

background-color css

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

 a { background-color: rgb(70,32,71); }

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

border-color css

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

 span { border-color: rgb(70,32,71); }

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