#42174A

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

Shades of Hot Purple #42174A

Tints of Hot Purple #42174A

Color information

#42174A (or 0x42174A) is unknown color: approx Hot Purple. HEX triplet: 42, 17 and 4A. RGB value is (66,23,74). Sum of RGB (Red+Green+Blue) = 66+23+74=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #42174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42174A is #BDE8B5. Grayscale: #292929. Windows color (decimal): -12445878 or 4855618. OLE color: 4855618.

HSL color Cylindrical-coordinate representation of color #42174A: hue angle of 290.59º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42174A is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB662374-
CMYK0.110.6900.71
HSL290.59º52.58%19.02%-
HSV(B)290.59º68.92%29.02%-
XYZ3.792.276.72-
YUV41.67146.25145.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=40.49%
G=14.11%
B=45.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6623740.110.6900.71290.5952.5819.02
Hex42174AB450471233513
Octal102271121310501074436523
Binary1000010101111001010101110001010100011110010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42174A; }

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

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

<style>
 a { background-color: #42174A; }

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

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

<style>
 span { border-color: #42174A; }

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

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