Html Css Color HEX #411AAD Purple Heart

📋 copy color: '#411AAD'

red 65 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #411AAD

Tints of Purple Heart #411AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 24.62%
G = 9.85%
B = 65.53%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#411AAD (or 0x411AAD) is known color: Purple Heart. HEX triplet: 41, 1A and AD. RGB value is (65,26,173). Sum of RGB (Red+Green+Blue) = 65+26+173=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #411AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AAD is #BEE552. Grayscale: #353535. Windows color (decimal): -12510547 or 11344449. OLE color: 11344449.

HSL color Cylindrical-coordinate representation of color #411AAD: hue angle of 255.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411AAD is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 26 173 -
CMYK 0.62 0.85 0 0.32
HSL 255.92º 0.74% 0.39% -
HSV(B) 255.92º 0.85% 0.68% -
XYZ 10.09 4.88 39.95 -
YUV 54.42 194.92 135.55 -
System Red Green Blue C M Y K H S L
Decimal 65 26 173 0.62 0.85 0 0.32 255.92 0.74 0.39
Hex 41 1A AD 3E 55 0 20 100 4A 27
Octal 101 32 255 76 125 0 40 400 112 47
Binary 1000001 11010 10101101 111110 1010101 0 100000 100000000 1001010 100111

Color Harmonies of #411AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AAD

Black with #411AAD

Text Example


Text Example

White with #411AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,173); }

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

background-color css

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

 a { background-color: rgb(65,26,173); }

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

border-color css

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

 span { border-color: rgb(65,26,173); }

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