Html Css Color HEX #41154A Hot Purple

📋 copy color: '#41154A'

red 65 ◦ green 21 ◦ blue 74

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

Shades of Hot Purple #41154A

Tints of Hot Purple #41154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

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

R = 40.63%
G = 13.13%
B = 46.25%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41154A (or 0x41154A) is known color: Hot Purple. HEX triplet: 41, 15 and 4A. RGB value is (65,21,74). Sum of RGB (Red+Green+Blue) = 65+21+74=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #41154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41154A is #BEEAB5. Grayscale: #282828. Windows color (decimal): -12511926 or 4855105. OLE color: 4855105.

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

Color convert

RGB 65 21 74 -
CMYK 0.12 0.72 0 0.71
HSL 289.81º 0.56% 0.19% -
HSV(B) 289.81º 0.72% 0.29% -
XYZ 3.68 2.15 6.7 -
YUV 40.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 65 21 74 0.12 0.72 0 0.71 289.81 0.56 0.19
Hex 41 15 4A C 48 0 47 122 38 13
Octal 101 25 112 14 110 0 107 442 70 23
Binary 1000001 10101 1001010 1100 1001000 0 1000111 100100010 111000 10011

Color Harmonies of #41154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41154A

Black with #41154A

Text Example


Text Example

White with #41154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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