Html Css Color HEX #463047 Hot Purple

📋 copy color: '#463047'

red 70 ◦ green 48 ◦ blue 71

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

Shades of Hot Purple #463047

Tints of Hot Purple #463047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

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

R = 37.04%
G = 25.4%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463047 (or 0x463047) is known color: Hot Purple. HEX triplet: 46, 30 and 47. RGB value is (70,48,71). Sum of RGB (Red+Green+Blue) = 70+48+71=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #463047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463047 is #B9CFB8. Grayscale: #393939. Windows color (decimal): -12177337 or 4665414. OLE color: 4665414.

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

Color convert

RGB 70 48 71 -
CMYK 0.01 0.32 0 0.72
HSL 297.39º 0.19% 0.23% -
HSV(B) 297.39º 0.32% 0.28% -
XYZ 4.72 3.87 6.46 -
YUV 57.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 70 48 71 0.01 0.32 0 0.72 297.39 0.19 0.23
Hex 46 30 47 1 20 0 48 129 13 17
Octal 106 60 107 1 40 0 110 451 23 27
Binary 1000110 110000 1000111 1 100000 0 1001000 100101001 10011 10111

Color Harmonies of #463047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463047

Black with #463047

Text Example


Text Example

White with #463047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463047; }

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

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

background-color css

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

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

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

border-color css

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

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

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