Html Css Color HEX #41194B Hot Purple

📋 copy color: '#41194B'

red 65 ◦ green 25 ◦ blue 75

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

Shades of Hot Purple #41194B

Tints of Hot Purple #41194B

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 value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41194B (or 0x41194B) is known color: 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

RGB 65 25 75 -
CMYK 0.13 0.67 0 0.71
HSL 288º 0.5% 0.2% -
HSV(B) 288º 0.67% 0.29% -
XYZ 3.8 2.33 6.91 -
YUV 42.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 65 25 75 0.13 0.67 0 0.71 288 0.5 0.2
Hex 41 19 4B D 43 0 47 120 32 14
Octal 101 31 113 15 103 0 107 440 62 24
Binary 1000001 11001 1001011 1101 1000011 0 1000111 100100000 110010 10100

Color Harmonies of #41194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41194B

Black with #41194B

Text Example


Text Example

White with #41194B

Text Example


Text Example

HTML Codes & Css Web 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>