Html Css Color HEX #401ECB Purple Heart

📋 copy color: '#401ECB'

red 64 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #401ECB

Tints of Purple Heart #401ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 21.55%
G = 10.1%
B = 68.35%

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

#401ECB (or 0x401ECB) is known color: Purple Heart. HEX triplet: 40, 1E and CB. RGB value is (64,30,203). Sum of RGB (Red+Green+Blue) = 64+30+203=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #401ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ECB is #BFE134. Grayscale: #3B3B3B. Windows color (decimal): -12575029 or 13311552. OLE color: 13311552.

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

Color convert

RGB 64 30 203 -
CMYK 0.68 0.85 0 0.20
HSL 251.79º 0.74% 0.46% -
HSV(B) 251.79º 0.85% 0.8% -
XYZ 13.36 6.33 57.02 -
YUV 59.89 208.76 130.93 -
System Red Green Blue C M Y K H S L
Decimal 64 30 203 0.68 0.85 0 0.20 251.79 0.74 0.46
Hex 40 1E CB 44 55 0 14 FC 4A 2E
Octal 100 36 313 104 125 0 24 374 112 56
Binary 1000000 11110 11001011 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #401ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401ECB

Black with #401ECB

Text Example


Text Example

White with #401ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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