Html Css Color HEX #411F4A Hot Purple

📋 copy color: '#411F4A'

red 65 ◦ green 31 ◦ blue 74

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

Shades of Hot Purple #411F4A

Tints of Hot Purple #411F4A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.24%

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

R = 38.24%
G = 18.24%
B = 43.53%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#411F4A (or 0x411F4A) is known color: Hot Purple. HEX triplet: 41, 1F and 4A. RGB value is (65,31,74). Sum of RGB (Red+Green+Blue) = 65+31+74=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #411F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F4A is #BEE0B5. Grayscale: #2D2D2D. Windows color (decimal): -12509366 or 4857665. OLE color: 4857665.

HSL color Cylindrical-coordinate representation of color #411F4A: hue angle of 287.44º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411F4A is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 31 74 -
CMYK 0.12 0.58 0 0.71
HSL 287.44º 0.41% 0.21% -
HSV(B) 287.44º 0.58% 0.29% -
XYZ 3.91 2.6 6.77 -
YUV 46.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 65 31 74 0.12 0.58 0 0.71 287.44 0.41 0.21
Hex 41 1F 4A C 3A 0 47 11F 29 15
Octal 101 37 112 14 72 0 107 437 51 25
Binary 1000001 11111 1001010 1100 111010 0 1000111 100011111 101001 10101

Color Harmonies of #411F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F4A

Black with #411F4A

Text Example


Text Example

White with #411F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F4A; }

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

 H1.HeaderClassName
 {
   color: #411F4A;
 }
 .AnyTagClassName
 {
   color: #411F4A;
 }
</style>

background-color css

<style>
 a { background-color: #411F4A; }

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

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

border-color css

<style>
 span { border-color: #411F4A; }

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

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