Html Css Color HEX #411AAE Purple Heart

📋 copy color: '#411AAE'

red 65 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #411AAE

Tints of Purple Heart #411AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 24.53%
G = 9.81%
B = 65.66%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#411AAE (or 0x411AAE) is known color: Purple Heart. HEX triplet: 41, 1A and AE. RGB value is (65,26,174). Sum of RGB (Red+Green+Blue) = 65+26+174=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #411AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AAE is #BEE551. Grayscale: #353535. Windows color (decimal): -12510546 or 11409985. OLE color: 11409985.

HSL color Cylindrical-coordinate representation of color #411AAE: hue angle of 255.81º 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 #411AAE is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 26 174 -
CMYK 0.63 0.85 0 0.32
HSL 255.81º 0.74% 0.39% -
HSV(B) 255.81º 0.85% 0.68% -
XYZ 10.19 4.92 40.46 -
YUV 54.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 65 26 174 0.63 0.85 0 0.32 255.81 0.74 0.39
Hex 41 1A AE 3F 55 0 20 100 4A 27
Octal 101 32 256 77 125 0 40 400 112 47
Binary 1000001 11010 10101110 111111 1010101 0 100000 100000000 1001010 100111

Color Harmonies of #411AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AAE

Black with #411AAE

Text Example


Text Example

White with #411AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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