#42194A

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

Shades of Hot Purple #42194A

Tints of Hot Purple #42194A

Color information

#42194A (or 0x42194A) is unknown color: approx Hot Purple. HEX triplet: 42, 19 and 4A. RGB value is (66,25,74). Sum of RGB (Red+Green+Blue) = 66+25+74=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #42194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42194A is #BDE6B5. Grayscale: #2A2A2A. Windows color (decimal): -12445366 or 4856130. OLE color: 4856130.

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

Color convert

RGB662574-
CMYK0.110.6600.71
HSL290.2º49.49%19.41%-
HSV(B)290.2º66.22%29.02%-
XYZ3.832.356.73-
YUV42.84145.58144.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=40%
G=15.15%
B=44.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6625740.110.6600.71290.249.4919.41
Hex42194AB420471223113
Octal102311121310201074426123
Binary1000010110011001010101110000100100011110010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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