#42184B

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

Shades of Hot Purple #42184B

Tints of Hot Purple #42184B

Color information

#42184B (or 0x42184B) is unknown color: approx Hot Purple. HEX triplet: 42, 18 and 4B. RGB value is (66,24,75). Sum of RGB (Red+Green+Blue) = 66+24+75=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #42184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42184B is #BDE7B4. Grayscale: #2A2A2A. Windows color (decimal): -12445621 or 4921410. OLE color: 4921410.

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

Color convert

RGB662475-
CMYK0.120.6800.71
HSL289.41º51.52%19.41%-
HSV(B)289.41º68%29.41%-
XYZ3.842.326.9-
YUV42.37146.41144.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=40%
G=14.55%
B=45.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6624750.120.6800.71289.4151.5219.41
Hex42184BC440471213413
Octal102301131410401074416423
Binary1000010110001001011110010001000100011110010000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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