Html Css Color HEX #462A4D Hot Purple

📋 copy color: '#462A4D'

red 70 ◦ green 42 ◦ blue 77

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

Shades of Hot Purple #462A4D

Tints of Hot Purple #462A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.22%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 37.04%
G = 22.22%
B = 40.74%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#462A4D (or 0x462A4D) is known color: Hot Purple. HEX triplet: 46, 2A and 4D. RGB value is (70,42,77). Sum of RGB (Red+Green+Blue) = 70+42+77=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #462A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A4D is #B9D5B2. Grayscale: #363636. Windows color (decimal): -12178867 or 5057094. OLE color: 5057094.

HSL color Cylindrical-coordinate representation of color #462A4D: hue angle of 288º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #462A4D is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 42 77 -
CMYK 0.09 0.45 0 0.70
HSL 288º 0.29% 0.23% -
HSV(B) 288º 0.45% 0.3% -
XYZ 4.69 3.49 7.45 -
YUV 54.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 70 42 77 0.09 0.45 0 0.70 288 0.29 0.23
Hex 46 2A 4D 9 2D 0 46 120 1D 17
Octal 106 52 115 11 55 0 106 440 35 27
Binary 1000110 101010 1001101 1001 101101 0 1000110 100100000 11101 10111

Color Harmonies of #462A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A4D

Black with #462A4D

Text Example


Text Example

White with #462A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,42,77); }

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

background-color css

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

 a { background-color: rgb(70,42,77); }

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

border-color css

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

 span { border-color: rgb(70,42,77); }

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