#42254A

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

Shades of Hot Purple #42254A

Tints of Hot Purple #42254A

Color information

#42254A (or 0x42254A) is unknown color: approx Hot Purple. HEX triplet: 42, 25 and 4A. RGB value is (66,37,74). Sum of RGB (Red+Green+Blue) = 66+37+74=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #42254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42254A is #BDDAB5. Grayscale: #313131. Windows color (decimal): -12442294 or 4859202. OLE color: 4859202.

HSL color Cylindrical-coordinate representation of color #42254A: hue angle of 287.03º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42254A is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB663774-
CMYK0.110.5000.71
HSL287.03º33.33%21.76%-
HSV(B)287.03º50%29.02%-
XYZ4.142.986.83-
YUV49.89141.61139.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=37.29%
G=20.90%
B=41.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6637740.110.5000.71287.0333.3321.76
Hex42254AB3204711f2116
Octal10245112136201074374126
Binary1000010100101100101010111100100100011110001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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