#421A4B

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

Shades of Hot Purple #421A4B

Tints of Hot Purple #421A4B

Color information

#421A4B (or 0x421A4B) is unknown color: approx Hot Purple. HEX triplet: 42, 1A and 4B. RGB value is (66,26,75). Sum of RGB (Red+Green+Blue) = 66+26+75=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #421A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A4B is #BDE5B4. Grayscale: #2B2B2B. Windows color (decimal): -12445109 or 4921922. OLE color: 4921922.

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

Color convert

RGB662675-
CMYK0.120.6500.71
HSL288.98º48.51%19.8%-
HSV(B)288.98º65.33%29.41%-
XYZ3.892.416.92-
YUV43.55145.75144.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=39.52%
G=15.57%
B=44.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6626750.120.6500.71288.9848.5119.8
Hex421A4BC410471213114
Octal102321131410101074416124
Binary1000010110101001011110010000010100011110010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,26,75); }

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

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

 a { background-color: rgb(66,26,75); }

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

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

 span { border-color: rgb(66,26,75); }

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