Html Css Color HEX #461B48 Hot Purple

📋 copy color: '#461B48'

red 70 ◦ green 27 ◦ blue 72

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

Shades of Hot Purple #461B48

Tints of Hot Purple #461B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.98%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 41.42%
G = 15.98%
B = 42.6%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#461B48 (or 0x461B48) is known color: Hot Purple. HEX triplet: 46, 1B and 48. RGB value is (70,27,72). Sum of RGB (Red+Green+Blue) = 70+27+72=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #461B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B48 is #B9E4B7. Grayscale: #2C2C2C. Windows color (decimal): -12182712 or 4725574. OLE color: 4725574.

HSL color Cylindrical-coordinate representation of color #461B48: hue angle of 297.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #461B48 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 27 72 -
CMYK 0.03 0.62 0 0.72
HSL 297.33º 0.45% 0.19% -
HSV(B) 297.33º 0.63% 0.28% -
XYZ 4.09 2.55 6.41 -
YUV 44.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 70 27 72 0.03 0.62 0 0.72 297.33 0.45 0.19
Hex 46 1B 48 3 3E 0 48 129 2D 13
Octal 106 33 110 3 76 0 110 451 55 23
Binary 1000110 11011 1001000 11 111110 0 1001000 100101001 101101 10011

Color Harmonies of #461B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B48

Black with #461B48

Text Example


Text Example

White with #461B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461B48; }

 p { color: rgb(70,27,72); }

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

background-color css

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

 a { background-color: rgb(70,27,72); }

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

border-color css

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

 span { border-color: rgb(70,27,72); }

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