#42134D

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

Shades of Hot Purple #42134D

Tints of Hot Purple #42134D

Color information

#42134D (or 0x42134D) is unknown color: approx Hot Purple. HEX triplet: 42, 13 and 4D. RGB value is (66,19,77). Sum of RGB (Red+Green+Blue) = 66+19+77=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #42134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42134D is #BDECB2. Grayscale: #272727. Windows color (decimal): -12446899 or 5051202. OLE color: 5051202.

HSL color Cylindrical-coordinate representation of color #42134D: hue angle of 288.62º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42134D is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB661977-
CMYK0.140.7500.70
HSL288.62º60.42%18.82%-
HSV(B)288.62º75.32%30.2%-
XYZ3.822.167.24-
YUV39.66149.07146.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=40.74%
G=11.73%
B=47.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6619770.140.7500.70288.6260.4218.82
Hex42134DE4B0461213c13
Octal102231151611301064417423
Binary1000010100111001101111010010110100011010010000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42134D; }

 p { color: rgb(66,19,77); }

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

<style>
 a { background-color: #42134D; }

 a { background-color: rgb(66,19,77); }

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

<style>
 span { border-color: #42134D; }

 span { border-color: rgb(66,19,77); }

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