Html Css Color HEX #46294C Hot Purple

📋 copy color: '#46294C'

red 70 ◦ green 41 ◦ blue 76

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

Shades of Hot Purple #46294C

Tints of Hot Purple #46294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 37.43%
G = 21.93%
B = 40.64%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46294C (or 0x46294C) is known color: Hot Purple. HEX triplet: 46, 29 and 4C. RGB value is (70,41,76). Sum of RGB (Red+Green+Blue) = 70+41+76=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #46294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46294C is #B9D6B3. Grayscale: #353535. Windows color (decimal): -12179124 or 4991302. OLE color: 4991302.

HSL color Cylindrical-coordinate representation of color #46294C: hue angle of 289.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46294C is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 41 76 -
CMYK 0.08 0.46 0 0.70
HSL 289.71º 0.3% 0.23% -
HSV(B) 289.71º 0.46% 0.3% -
XYZ 4.62 3.41 7.25 -
YUV 53.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 70 41 76 0.08 0.46 0 0.70 289.71 0.3 0.23
Hex 46 29 4C 8 2E 0 46 122 1E 17
Octal 106 51 114 10 56 0 106 442 36 27
Binary 1000110 101001 1001100 1000 101110 0 1000110 100100010 11110 10111

Color Harmonies of #46294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46294C

Black with #46294C

Text Example


Text Example

White with #46294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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