Html Css Color HEX #462947 Hot Purple

📋 copy color: '#462947'

red 70 ◦ green 41 ◦ blue 71

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

Shades of Hot Purple #462947

Tints of Hot Purple #462947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 38.46%
G = 22.53%
B = 39.01%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#462947 (or 0x462947) is known color: Hot Purple. HEX triplet: 46, 29 and 47. RGB value is (70,41,71). Sum of RGB (Red+Green+Blue) = 70+41+71=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #462947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462947 is #B9D6B8. Grayscale: #353535. Windows color (decimal): -12179129 or 4663622. OLE color: 4663622.

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

Color convert

RGB 70 41 71 -
CMYK 0.01 0.42 0 0.72
HSL 298º 0.27% 0.22% -
HSV(B) 298º 0.42% 0.28% -
XYZ 4.46 3.34 6.37 -
YUV 53.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 70 41 71 0.01 0.42 0 0.72 298 0.27 0.22
Hex 46 29 47 1 2A 0 48 12A 1B 16
Octal 106 51 107 1 52 0 110 452 33 26
Binary 1000110 101001 1000111 1 101010 0 1001000 100101010 11011 10110

Color Harmonies of #462947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462947

Black with #462947

Text Example


Text Example

White with #462947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462947; }

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

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

background-color css

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

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

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

border-color css

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

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

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