Html Css Color HEX #401ECA Purple Heart

📋 copy color: '#401ECA'

red 64 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #401ECA

Tints of Purple Heart #401ECA

RGB

 RED value IS 64 (25.39% from 255) = 21.62%

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

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

R = 21.62%
G = 10.14%
B = 68.24%

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

#401ECA (or 0x401ECA) is known color: Purple Heart. HEX triplet: 40, 1E and CA. RGB value is (64,30,202). Sum of RGB (Red+Green+Blue) = 64+30+202=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #401ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ECA is #BFE135. Grayscale: #3B3B3B. Windows color (decimal): -12575030 or 13246016. OLE color: 13246016.

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

Color convert

RGB 64 30 202 -
CMYK 0.68 0.85 0 0.21
HSL 251.86º 0.74% 0.45% -
HSV(B) 251.86º 0.85% 0.79% -
XYZ 13.24 6.28 56.39 -
YUV 59.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 64 30 202 0.68 0.85 0 0.21 251.86 0.74 0.45
Hex 40 1E CA 44 55 0 15 FC 4A 2D
Octal 100 36 312 104 125 0 25 374 112 55
Binary 1000000 11110 11001010 1000100 1010101 0 10101 11111100 1001010 101101

Color Harmonies of #401ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401ECA

Black with #401ECA

Text Example


Text Example

White with #401ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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