#442F4A

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

Shades of Hot Purple #442F4A

Tints of Hot Purple #442F4A

Color information

#442F4A (or 0x442F4A) is unknown color: approx Hot Purple. HEX triplet: 44, 2F and 4A. RGB value is (68,47,74). Sum of RGB (Red+Green+Blue) = 68+47+74=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #442F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F4A is #BBD0B5. Grayscale: #383838. Windows color (decimal): -12308662 or 4861764. OLE color: 4861764.

HSL color Cylindrical-coordinate representation of color #442F4A: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #442F4A is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB684774-
CMYK0.080.3600.71
HSL286.67º22.31%23.73%-
HSV(B)286.67º36.49%29.02%-
XYZ4.643.766.96-
YUV56.36137.96136.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=35.98%
G=24.87%
B=39.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6847740.080.3600.71286.6722.3123.73
Hex442F4A82404711f1618
Octal10457112104401074372630
Binary100010010111110010101000100100010001111000111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F4A; }

 p { color: rgb(68,47,74); }

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

<style>
 a { background-color: #442F4A; }

 a { background-color: rgb(68,47,74); }

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

<style>
 span { border-color: #442F4A; }

 span { border-color: rgb(68,47,74); }

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