Html Css Color HEX #41164A Hot Purple

📋 copy color: '#41164A'

red 65 ◦ green 22 ◦ blue 74

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

Shades of Hot Purple #41164A

Tints of Hot Purple #41164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

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

R = 40.37%
G = 13.66%
B = 45.96%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41164A (or 0x41164A) is known color: Hot Purple. HEX triplet: 41, 16 and 4A. RGB value is (65,22,74). Sum of RGB (Red+Green+Blue) = 65+22+74=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #41164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41164A is #BEE9B5. Grayscale: #282828. Windows color (decimal): -12511670 or 4855361. OLE color: 4855361.

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

Color convert

RGB 65 22 74 -
CMYK 0.12 0.70 0 0.71
HSL 289.62º 0.54% 0.19% -
HSV(B) 289.62º 0.7% 0.29% -
XYZ 3.7 2.19 6.71 -
YUV 40.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 65 22 74 0.12 0.70 0 0.71 289.62 0.54 0.19
Hex 41 16 4A C 46 0 47 122 36 13
Octal 101 26 112 14 106 0 107 442 66 23
Binary 1000001 10110 1001010 1100 1000110 0 1000111 100100010 110110 10011

Color Harmonies of #41164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41164A

Black with #41164A

Text Example


Text Example

White with #41164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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