#421C4A

Color #421C4A Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #421C4A

Tints of Hot Purple #421C4A

Color information

#421C4A (or 0x421C4A) is unknown color: approx Hot Purple. HEX triplet: 42, 1C and 4A. RGB value is (66,28,74). Sum of RGB (Red+Green+Blue) = 66+28+74=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #421C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C4A is #BDE3B5. Grayscale: #2C2C2C. Windows color (decimal): -12444598 or 4856898. OLE color: 4856898.

HSL color Cylindrical-coordinate representation of color #421C4A: hue angle of 289.57º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421C4A is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB662874-
CMYK0.110.6200.71
HSL289.57º45.1%20%-
HSV(B)289.57º62.16%29.02%-
XYZ3.92.486.75-
YUV44.61144.59143.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=39.29%
G=16.67%
B=44.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6628740.110.6200.71289.5745.120
Hex421C4AB3E0471222d14
Octal10234112137601074425524
Binary100001011100100101010111111100100011110010001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421C4A; }

 p { color: rgb(66,28,74); }

 H1.HeaderClassName
 {
   color: #421C4A;
 }
 .AnyTagClassName
 {
   color: #421C4A;
 }
</style>
background-color css

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

 a { background-color: rgb(66,28,74); }

 div.DivClassName
 {
   background-color: #421C4A;
 }
 .BgClassName
 {
   background-color: #421C4A;
 }
</style>
border-color css

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

 span { border-color: rgb(66,28,74); }

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