Html Css Color HEX #411ECD Purple Heart

📋 copy color: '#411ECD'

red 65 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #411ECD

Tints of Purple Heart #411ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 21.67%
G = 10%
B = 68.33%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#411ECD (or 0x411ECD) is known color: Purple Heart. HEX triplet: 41, 1E and CD. RGB value is (65,30,205). Sum of RGB (Red+Green+Blue) = 65+30+205=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #411ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ECD is #BEE132. Grayscale: #3B3B3B. Windows color (decimal): -12509491 or 13442625. OLE color: 13442625.

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

Color convert

RGB 65 30 205 -
CMYK 0.68 0.85 0 0.20
HSL 252º 0.74% 0.46% -
HSV(B) 252º 0.85% 0.8% -
XYZ 13.66 6.46 58.28 -
YUV 60.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 65 30 205 0.68 0.85 0 0.20 252 0.74 0.46
Hex 41 1E CD 44 55 0 14 FC 4A 2E
Octal 101 36 315 104 125 0 24 374 112 56
Binary 1000001 11110 11001101 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #411ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ECD

Black with #411ECD

Text Example


Text Example

White with #411ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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