Html Css Color HEX #461D4A Hot Purple

📋 copy color: '#461D4A'

red 70 ◦ green 29 ◦ blue 74

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

Shades of Hot Purple #461D4A

Tints of Hot Purple #461D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 40.46%
G = 16.76%
B = 42.77%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#461D4A (or 0x461D4A) is known color: Hot Purple. HEX triplet: 46, 1D and 4A. RGB value is (70,29,74). Sum of RGB (Red+Green+Blue) = 70+29+74=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #461D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D4A is #B9E2B5. Grayscale: #2E2E2E. Windows color (decimal): -12182198 or 4857158. OLE color: 4857158.

HSL color Cylindrical-coordinate representation of color #461D4A: hue angle of 294.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461D4A is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 29 74 -
CMYK 0.05 0.61 0 0.71
HSL 294.67º 0.44% 0.2% -
HSV(B) 294.67º 0.61% 0.29% -
XYZ 4.2 2.68 6.77 -
YUV 46.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 70 29 74 0.05 0.61 0 0.71 294.67 0.44 0.2
Hex 46 1D 4A 5 3D 0 47 127 2C 14
Octal 106 35 112 5 75 0 107 447 54 24
Binary 1000110 11101 1001010 101 111101 0 1000111 100100111 101100 10100

Color Harmonies of #461D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D4A

Black with #461D4A

Text Example


Text Example

White with #461D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,29,74); }

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

background-color css

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

 a { background-color: rgb(70,29,74); }

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

border-color css

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

 span { border-color: rgb(70,29,74); }

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