Html Css Color HEX #411ECE Purple Heart

📋 copy color: '#411ECE'

red 65 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #411ECE

Tints of Purple Heart #411ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 21.59%
G = 9.97%
B = 68.44%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#411ECE (or 0x411ECE) is known color: Purple Heart. HEX triplet: 41, 1E and CE. RGB value is (65,30,206). Sum of RGB (Red+Green+Blue) = 65+30+206=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #411ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ECE is #BEE131. Grayscale: #3B3B3B. Windows color (decimal): -12509490 or 13508161. OLE color: 13508161.

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

Color convert

RGB 65 30 206 -
CMYK 0.68 0.85 0 0.19
HSL 251.93º 0.75% 0.46% -
HSV(B) 251.93º 0.85% 0.81% -
XYZ 13.78 6.51 58.92 -
YUV 60.53 210.1 131.19 -
System Red Green Blue C M Y K H S L
Decimal 65 30 206 0.68 0.85 0 0.19 251.93 0.75 0.46
Hex 41 1E CE 44 55 0 13 FC 4B 2E
Octal 101 36 316 104 125 0 23 374 113 56
Binary 1000001 11110 11001110 1000100 1010101 0 10011 11111100 1001011 101110

Color Harmonies of #411ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ECE

Black with #411ECE

Text Example


Text Example

White with #411ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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