Html Css Color HEX #411ECA Purple Heart

📋 copy color: '#411ECA'

red 65 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #411ECA

Tints of Purple Heart #411ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.01%

R = 21.89%
G = 10.1%
B = 68.01%

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

#411ECA (or 0x411ECA) is known color: Purple Heart. HEX triplet: 41, 1E and CA. RGB value is (65,30,202). Sum of RGB (Red+Green+Blue) = 65+30+202=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #411ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ECA is #BEE135. Grayscale: #3B3B3B. Windows color (decimal): -12509494 or 13246017. OLE color: 13246017.

HSL color Cylindrical-coordinate representation of color #411ECA: hue angle of 252.21º 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 #411ECA is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 30 202 -
CMYK 0.68 0.85 0 0.21
HSL 252.21º 0.74% 0.45% -
HSV(B) 252.21º 0.85% 0.79% -
XYZ 13.3 6.32 56.4 -
YUV 60.07 208.1 131.51 -
System Red Green Blue C M Y K H S L
Decimal 65 30 202 0.68 0.85 0 0.21 252.21 0.74 0.45
Hex 41 1E CA 44 55 0 15 FC 4A 2D
Octal 101 36 312 104 125 0 25 374 112 55
Binary 1000001 11110 11001010 1000100 1010101 0 10101 11111100 1001010 101101

Color Harmonies of #411ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ECA

Black with #411ECA

Text Example


Text Example

White with #411ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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