Html Css Color HEX #411EC9 Purple Heart

📋 copy color: '#411EC9'

red 65 ◦ green 30 ◦ blue 201

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

Shades of Purple Heart #411EC9

Tints of Purple Heart #411EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 201 (78.91% from 255) = 67.91%

R = 21.96%
G = 10.14%
B = 67.91%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#411EC9 (or 0x411EC9) is known color: Purple Heart. HEX triplet: 41, 1E and C9. RGB value is (65,30,201). Sum of RGB (Red+Green+Blue) = 65+30+201=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #411EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EC9 is #BEE136. Grayscale: #3B3B3B. Windows color (decimal): -12509495 or 13180481. OLE color: 13180481.

HSL color Cylindrical-coordinate representation of color #411EC9: hue angle of 252.28º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411EC9 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 30 201 -
CMYK 0.68 0.85 0 0.21
HSL 252.28º 0.74% 0.45% -
HSV(B) 252.28º 0.85% 0.79% -
XYZ 13.19 6.27 55.77 -
YUV 59.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 65 30 201 0.68 0.85 0 0.21 252.28 0.74 0.45
Hex 41 1E C9 44 55 0 15 FC 4A 2D
Octal 101 36 311 104 125 0 25 374 112 55
Binary 1000001 11110 11001001 1000100 1010101 0 10101 11111100 1001010 101101

Color Harmonies of #411EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EC9

Black with #411EC9

Text Example


Text Example

White with #411EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,30,201); }

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

background-color css

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

 a { background-color: rgb(65,30,201); }

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

border-color css

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

 span { border-color: rgb(65,30,201); }

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