#41194B

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

Shades of Hot Purple #41194B

Tints of Hot Purple #41194B

Color information

#41194B (or 0x41194B) is unknown color: approx Hot Purple. HEX triplet: 41, 19 and 4B. RGB value is (65,25,75). Sum of RGB (Red+Green+Blue) = 65+25+75=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 25 (10.16% from 255 or 15.15% 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 #41194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41194B is #BEE6B4. Grayscale: #2A2A2A. Windows color (decimal): -12510901 or 4921665. OLE color: 4921665.

HSL color Cylindrical-coordinate representation of color #41194B: hue angle of 288º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41194B is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB652575-
CMYK0.130.6700.71
HSL288º50%19.61%-
HSV(B)288º66.67%29.41%-
XYZ3.82.336.91-
YUV42.66146.25143.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=39.39%
G=15.15%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6525750.130.6700.712885019.61
Hex41194BD430471203214
Octal101311131510301074406224
Binary1000001110011001011110110000110100011110010000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,25,75); }

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

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

 a { background-color: rgb(65,25,75); }

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

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

 span { border-color: rgb(65,25,75); }

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