Html Css Color HEX #411ABA Purple Heart

📋 copy color: '#411ABA'

red 65 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #411ABA

Tints of Purple Heart #411ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.15%

R = 23.47%
G = 9.39%
B = 67.15%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#411ABA (or 0x411ABA) is known color: Purple Heart. HEX triplet: 41, 1A and BA. RGB value is (65,26,186). Sum of RGB (Red+Green+Blue) = 65+26+186=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #411ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ABA is #BEE545. Grayscale: #373737. Windows color (decimal): -12510534 or 12196417. OLE color: 12196417.

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

Color convert

RGB 65 26 186 -
CMYK 0.65 0.86 0 0.27
HSL 254.63º 0.75% 0.42% -
HSV(B) 254.63º 0.86% 0.73% -
XYZ 11.41 5.41 46.9 -
YUV 55.9 201.42 134.49 -
System Red Green Blue C M Y K H S L
Decimal 65 26 186 0.65 0.86 0 0.27 254.63 0.75 0.42
Hex 41 1A BA 41 56 0 1B FF 4B 2A
Octal 101 32 272 101 126 0 33 377 113 52
Binary 1000001 11010 10111010 1000001 1010110 0 11011 11111111 1001011 101010

Color Harmonies of #411ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ABA

Black with #411ABA

Text Example


Text Example

White with #411ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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