Html Css Color HEX #461D4C Hot Purple

📋 copy color: '#461D4C'

red 70 ◦ green 29 ◦ blue 76

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

Shades of Hot Purple #461D4C

Tints of Hot Purple #461D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.43%

R = 40%
G = 16.57%
B = 43.43%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#461D4C (or 0x461D4C) is known color: Hot Purple. HEX triplet: 46, 1D and 4C. RGB value is (70,29,76). Sum of RGB (Red+Green+Blue) = 70+29+76=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #461D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D4C is #B9E2B3. Grayscale: #2E2E2E. Windows color (decimal): -12182196 or 4988230. OLE color: 4988230.

HSL color Cylindrical-coordinate representation of color #461D4C: hue angle of 292.34º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #461D4C is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 29 76 -
CMYK 0.08 0.62 0 0.70
HSL 292.34º 0.45% 0.21% -
HSV(B) 292.34º 0.62% 0.3% -
XYZ 4.27 2.7 7.13 -
YUV 46.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 70 29 76 0.08 0.62 0 0.70 292.34 0.45 0.21
Hex 46 1D 4C 8 3E 0 46 124 2D 15
Octal 106 35 114 10 76 0 106 444 55 25
Binary 1000110 11101 1001100 1000 111110 0 1000110 100100100 101101 10101

Color Harmonies of #461D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D4C

Black with #461D4C

Text Example


Text Example

White with #461D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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