Html Css Color HEX #411CAD Purple Heart

📋 copy color: '#411CAD'

red 65 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #411CAD

Tints of Purple Heart #411CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 24.44%
G = 10.53%
B = 65.04%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#411CAD (or 0x411CAD) is known color: Purple Heart. HEX triplet: 41, 1C and AD. RGB value is (65,28,173). Sum of RGB (Red+Green+Blue) = 65+28+173=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #411CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411CAD is #BEE352. Grayscale: #373737. Windows color (decimal): -12510035 or 11344961. OLE color: 11344961.

HSL color Cylindrical-coordinate representation of color #411CAD: hue angle of 255.31º degrees, saturation: 0.72, 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 #411CAD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 28 173 -
CMYK 0.62 0.84 0 0.32
HSL 255.31º 0.72% 0.39% -
HSV(B) 255.31º 0.84% 0.68% -
XYZ 10.14 4.97 39.96 -
YUV 55.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 65 28 173 0.62 0.84 0 0.32 255.31 0.72 0.39
Hex 41 1C AD 3E 54 0 20 FF 48 27
Octal 101 34 255 76 124 0 40 377 110 47
Binary 1000001 11100 10101101 111110 1010100 0 100000 11111111 1001000 100111

Color Harmonies of #411CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CAD

Black with #411CAD

Text Example


Text Example

White with #411CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,28,173); }

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

background-color css

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

 a { background-color: rgb(65,28,173); }

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

border-color css

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

 span { border-color: rgb(65,28,173); }

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