Html Css Color HEX #411ABE Purple Heart

📋 copy color: '#411ABE'

red 65 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #411ABE

Tints of Purple Heart #411ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 23.13%
G = 9.25%
B = 67.62%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#411ABE (or 0x411ABE) is known color: Purple Heart. HEX triplet: 41, 1A and BE. RGB value is (65,26,190). Sum of RGB (Red+Green+Blue) = 65+26+190=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #411ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ABE is #BEE541. Grayscale: #373737. Windows color (decimal): -12510530 or 12458561. OLE color: 12458561.

HSL color Cylindrical-coordinate representation of color #411ABE: hue angle of 254.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411ABE is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 26 190 -
CMYK 0.66 0.86 0 0.25
HSL 254.27º 0.76% 0.42% -
HSV(B) 254.27º 0.86% 0.75% -
XYZ 11.84 5.58 49.17 -
YUV 56.36 203.42 134.16 -
System Red Green Blue C M Y K H S L
Decimal 65 26 190 0.66 0.86 0 0.25 254.27 0.76 0.42
Hex 41 1A BE 42 56 0 19 FE 4C 2A
Octal 101 32 276 102 126 0 31 376 114 52
Binary 1000001 11010 10111110 1000010 1010110 0 11001 11111110 1001100 101010

Color Harmonies of #411ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ABE

Black with #411ABE

Text Example


Text Example

White with #411ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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