Html Css Color HEX #411AAC Purple Heart

📋 copy color: '#411AAC'

red 65 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #411AAC

Tints of Purple Heart #411AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 24.71%
G = 9.89%
B = 65.4%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#411AAC (or 0x411AAC) is known color: Purple Heart. HEX triplet: 41, 1A and AC. RGB value is (65,26,172). Sum of RGB (Red+Green+Blue) = 65+26+172=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #411AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AAC is #BEE553. Grayscale: #353535. Windows color (decimal): -12510548 or 11278913. OLE color: 11278913.

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

Color convert

RGB 65 26 172 -
CMYK 0.62 0.85 0 0.33
HSL 256.03º 0.74% 0.39% -
HSV(B) 256.03º 0.85% 0.67% -
XYZ 10 4.84 39.44 -
YUV 54.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 65 26 172 0.62 0.85 0 0.33 256.03 0.74 0.39
Hex 41 1A AC 3E 55 0 21 100 4A 27
Octal 101 32 254 76 125 0 41 400 112 47
Binary 1000001 11010 10101100 111110 1010101 0 100001 100000000 1001010 100111

Color Harmonies of #411AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AAC

Black with #411AAC

Text Example


Text Example

White with #411AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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