Html Css Color HEX #41184B Hot Purple

📋 copy color: '#41184B'

red 65 ◦ green 24 ◦ blue 75

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

Shades of Hot Purple #41184B

Tints of Hot Purple #41184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 39.63%
G = 14.63%
B = 45.73%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41184B (or 0x41184B) is known color: Hot Purple. HEX triplet: 41, 18 and 4B. RGB value is (65,24,75). Sum of RGB (Red+Green+Blue) = 65+24+75=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #41184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41184B is #BEE7B4. Grayscale: #292929. Windows color (decimal): -12511157 or 4921409. OLE color: 4921409.

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

Color convert

RGB 65 24 75 -
CMYK 0.13 0.68 0 0.71
HSL 288.24º 0.52% 0.19% -
HSV(B) 288.24º 0.68% 0.29% -
XYZ 3.78 2.29 6.9 -
YUV 42.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 65 24 75 0.13 0.68 0 0.71 288.24 0.52 0.19
Hex 41 18 4B D 44 0 47 120 34 13
Octal 101 30 113 15 104 0 107 440 64 23
Binary 1000001 11000 1001011 1101 1000100 0 1000111 100100000 110100 10011

Color Harmonies of #41184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41184B

Black with #41184B

Text Example


Text Example

White with #41184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41184B;
 }
 .AnyTagClassName
 {
   color: #41184B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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