Html Css Color HEX #411BAE Purple Heart

📋 copy color: '#411BAE'

red 65 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #411BAE

Tints of Purple Heart #411BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

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

R = 24.44%
G = 10.15%
B = 65.41%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#411BAE (or 0x411BAE) is known color: Purple Heart. HEX triplet: 41, 1B and AE. RGB value is (65,27,174). Sum of RGB (Red+Green+Blue) = 65+27+174=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #411BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411BAE is #BEE451. Grayscale: #363636. Windows color (decimal): -12510290 or 11410241. OLE color: 11410241.

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

Color convert

RGB 65 27 174 -
CMYK 0.63 0.84 0 0.32
HSL 255.51º 0.73% 0.39% -
HSV(B) 255.51º 0.84% 0.68% -
XYZ 10.21 4.96 40.46 -
YUV 55.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 65 27 174 0.63 0.84 0 0.32 255.51 0.73 0.39
Hex 41 1B AE 3F 54 0 20 100 49 27
Octal 101 33 256 77 124 0 40 400 111 47
Binary 1000001 11011 10101110 111111 1010100 0 100000 100000000 1001001 100111

Color Harmonies of #411BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BAE

Black with #411BAE

Text Example


Text Example

White with #411BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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