Html Css Color HEX #462448 Hot Purple

📋 copy color: '#462448'

red 70 ◦ green 36 ◦ blue 72

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

Shades of Hot Purple #462448

Tints of Hot Purple #462448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 39.33%
G = 20.22%
B = 40.45%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#462448 (or 0x462448) is known color: Hot Purple. HEX triplet: 46, 24 and 48. RGB value is (70,36,72). Sum of RGB (Red+Green+Blue) = 70+36+72=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #462448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462448 is #B9DBB7. Grayscale: #323232. Windows color (decimal): -12180408 or 4727878. OLE color: 4727878.

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

Color convert

RGB 70 36 72 -
CMYK 0.03 0.5 0 0.72
HSL 296.67º 0.33% 0.21% -
HSV(B) 296.67º 0.5% 0.28% -
XYZ 4.33 3.03 6.49 -
YUV 50.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 70 36 72 0.03 0.5 0 0.72 296.67 0.33 0.21
Hex 46 24 48 3 32 0 48 129 21 15
Octal 106 44 110 3 62 0 110 451 41 25
Binary 1000110 100100 1001000 11 110010 0 1001000 100101001 100001 10101

Color Harmonies of #462448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462448

Black with #462448

Text Example


Text Example

White with #462448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462448; }

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

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

background-color css

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

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

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

border-color css

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

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

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