Html Css Color HEX #462D48 Hot Purple

📋 copy color: '#462D48'

red 70 ◦ green 45 ◦ blue 72

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

Shades of Hot Purple #462D48

Tints of Hot Purple #462D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

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

R = 37.43%
G = 24.06%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#462D48 (or 0x462D48) is known color: Hot Purple. HEX triplet: 46, 2D and 48. RGB value is (70,45,72). Sum of RGB (Red+Green+Blue) = 70+45+72=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #462D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D48 is #B9D2B7. Grayscale: #373737. Windows color (decimal): -12178104 or 4730182. OLE color: 4730182.

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

Color convert

RGB 70 45 72 -
CMYK 0.03 0.38 0 0.72
HSL 295.56º 0.23% 0.23% -
HSV(B) 295.56º 0.38% 0.28% -
XYZ 4.63 3.65 6.59 -
YUV 55.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 70 45 72 0.03 0.38 0 0.72 295.56 0.23 0.23
Hex 46 2D 48 3 26 0 48 128 17 17
Octal 106 55 110 3 46 0 110 450 27 27
Binary 1000110 101101 1001000 11 100110 0 1001000 100101000 10111 10111

Color Harmonies of #462D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D48

Black with #462D48

Text Example


Text Example

White with #462D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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