#42234A

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

Shades of Hot Purple #42234A

Tints of Hot Purple #42234A

Color information

#42234A (or 0x42234A) is unknown color: approx Hot Purple. HEX triplet: 42, 23 and 4A. RGB value is (66,35,74). Sum of RGB (Red+Green+Blue) = 66+35+74=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #42234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42234A is #BDDCB5. Grayscale: #303030. Windows color (decimal): -12442806 or 4858690. OLE color: 4858690.

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

Color convert

RGB663574-
CMYK0.110.5300.71
HSL287.69º35.78%21.37%-
HSV(B)287.69º52.7%29.02%-
XYZ4.082.856.81-
YUV48.72142.27140.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=37.71%
G=20%
B=42.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6635740.110.5300.71287.6935.7821.37
Hex42234AB350471202415
Octal10243112136501074404425
Binary1000010100011100101010111101010100011110010000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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