#42214A

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

Shades of Hot Purple #42214A

Tints of Hot Purple #42214A

Color information

#42214A (or 0x42214A) is unknown color: approx Hot Purple. HEX triplet: 42, 21 and 4A. RGB value is (66,33,74). Sum of RGB (Red+Green+Blue) = 66+33+74=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #42214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42214A is #BDDEB5. Grayscale: #2F2F2F. Windows color (decimal): -12443318 or 4858178. OLE color: 4858178.

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

Color convert

RGB663374-
CMYK0.110.5500.71
HSL288.29º38.32%20.98%-
HSV(B)288.29º55.41%29.02%-
XYZ4.032.746.8-
YUV47.54142.93141.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=38.15%
G=19.08%
B=42.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6633740.110.5500.71288.2938.3220.98
Hex42214AB370471202615
Octal10241112136701074404625
Binary1000010100001100101010111101110100011110010000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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