Html Css Color HEX #46294B Hot Purple

📋 copy color: '#46294B'

red 70 ◦ green 41 ◦ blue 75

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

Shades of Hot Purple #46294B

Tints of Hot Purple #46294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 37.63%
G = 22.04%
B = 40.32%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46294B (or 0x46294B) is known color: Hot Purple. HEX triplet: 46, 29 and 4B. RGB value is (70,41,75). Sum of RGB (Red+Green+Blue) = 70+41+75=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #46294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46294B is #B9D6B4. Grayscale: #353535. Windows color (decimal): -12179125 or 4925766. OLE color: 4925766.

HSL color Cylindrical-coordinate representation of color #46294B: hue angle of 291.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46294B is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 41 75 -
CMYK 0.07 0.45 0 0.71
HSL 291.18º 0.29% 0.23% -
HSV(B) 291.18º 0.45% 0.29% -
XYZ 4.59 3.4 7.07 -
YUV 53.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 70 41 75 0.07 0.45 0 0.71 291.18 0.29 0.23
Hex 46 29 4B 7 2D 0 47 123 1D 17
Octal 106 51 113 7 55 0 107 443 35 27
Binary 1000110 101001 1001011 111 101101 0 1000111 100100011 11101 10111

Color Harmonies of #46294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46294B

Black with #46294B

Text Example


Text Example

White with #46294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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