#4A1352

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

Shades of Hot Purple #4A1352

Tints of Hot Purple #4A1352

Color information

#4A1352 (or 0x4A1352) is unknown color: approx Hot Purple. HEX triplet: 4A, 13 and 52. RGB value is (74,19,82). Sum of RGB (Red+Green+Blue) = 74+19+82=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A1352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1352 is #B5ECAD. Grayscale: #2A2A2A. Windows color (decimal): -11922606 or 5378890. OLE color: 5378890.

HSL color Cylindrical-coordinate representation of color #4A1352: hue angle of 292.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1352 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB741982-
CMYK0.100.7700.68
HSL292.38º62.38%19.8%-
HSV(B)292.38º76.83%32.16%-
XYZ4.582.538.23-
YUV42.63150.22150.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.29%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=42.29%
G=10.86%
B=46.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7419820.100.7700.68292.3862.3819.8
Hex4A1352A4D0441243e14
Octal112231221211501044447624
Binary1001010100111010010101010011010100010010010010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1352; }

 p { color: rgb(74,19,82); }

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

<style>
 a { background-color: #4A1352; }

 a { background-color: rgb(74,19,82); }

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

<style>
 span { border-color: #4A1352; }

 span { border-color: rgb(74,19,82); }

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