#42164B

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

Shades of Hot Purple #42164B

Tints of Hot Purple #42164B

Color information

#42164B (or 0x42164B) is unknown color: approx Hot Purple. HEX triplet: 42, 16 and 4B. RGB value is (66,22,75). Sum of RGB (Red+Green+Blue) = 66+22+75=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #42164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42164B is #BDE9B4. Grayscale: #292929. Windows color (decimal): -12446133 or 4920898. OLE color: 4920898.

HSL color Cylindrical-coordinate representation of color #42164B: hue angle of 289.81º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42164B is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB662275-
CMYK0.120.7100.71
HSL289.81º54.64%19.02%-
HSV(B)289.81º70.67%29.41%-
XYZ3.82.246.89-
YUV41.2147.08145.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=40.49%
G=13.50%
B=46.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6622750.120.7100.71289.8154.6419.02
Hex42164BC470471223713
Octal102261131410701074426723
Binary1000010101101001011110010001110100011110010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42164B; }

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

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

<style>
 a { background-color: #42164B; }

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

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

<style>
 span { border-color: #42164B; }

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

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