Html Css Color HEX #41194A Hot Purple

📋 copy color: '#41194A'

red 65 ◦ green 25 ◦ blue 74

#41194A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #41194A

Tints of Hot Purple #41194A

RGB

 RED value IS 65 (25.78% from 255) = 39.63%

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 74 (29.3% from 255) = 45.12%

R = 39.63%
G = 15.24%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41194A (or 0x41194A) is known color: Hot Purple. HEX triplet: 41, 19 and 4A. RGB value is (65,25,74). Sum of RGB (Red+Green+Blue) = 65+25+74=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #41194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41194A is #BEE6B5. Grayscale: #2A2A2A. Windows color (decimal): -12510902 or 4856129. OLE color: 4856129.

HSL color Cylindrical-coordinate representation of color #41194A: hue angle of 288.98º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41194A is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 25 74 -
CMYK 0.12 0.66 0 0.71
HSL 288.98º 0.49% 0.19% -
HSV(B) 288.98º 0.66% 0.29% -
XYZ 3.76 2.31 6.73 -
YUV 42.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 65 25 74 0.12 0.66 0 0.71 288.98 0.49 0.19
Hex 41 19 4A C 42 0 47 121 31 13
Octal 101 31 112 14 102 0 107 441 61 23
Binary 1000001 11001 1001010 1100 1000010 0 1000111 100100001 110001 10011

Color Harmonies of #41194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41194A

Black with #41194A

Text Example


Text Example

White with #41194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41194A;
 }
 .AnyTagClassName
 {
   color: #41194A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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