#42194B

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

Shades of Hot Purple #42194B

Tints of Hot Purple #42194B

Color information

#42194B (or 0x42194B) is unknown color: approx Hot Purple. HEX triplet: 42, 19 and 4B. RGB value is (66,25,75). Sum of RGB (Red+Green+Blue) = 66+25+75=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #42194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42194B is #BDE6B4. Grayscale: #2A2A2A. Windows color (decimal): -12445365 or 4921666. OLE color: 4921666.

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

Color convert

RGB662575-
CMYK0.120.6700.71
HSL289.2º50%19.61%-
HSV(B)289.2º66.67%29.41%-
XYZ3.862.366.91-
YUV42.96146.08144.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=39.76%
G=15.06%
B=45.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6625750.120.6700.71289.25019.61
Hex42194BC430471213214
Octal102311131410301074416224
Binary1000010110011001011110010000110100011110010000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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