Html Css Color HEX #401FD1 Purple Heart

📋 copy color: '#401FD1'

red 64 ◦ green 31 ◦ blue 209

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

Shades of Purple Heart #401FD1

Tints of Purple Heart #401FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 209 (82.03% from 255) = 68.75%

R = 21.05%
G = 10.2%
B = 68.75%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#401FD1 (or 0x401FD1) is known color: Purple Heart. HEX triplet: 40, 1F and D1. RGB value is (64,31,209). Sum of RGB (Red+Green+Blue) = 64+31+209=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #401FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FD1 is #BFE02E. Grayscale: #3C3C3C. Windows color (decimal): -12574767 or 13705024. OLE color: 13705024.

HSL color Cylindrical-coordinate representation of color #401FD1: hue angle of 251.12º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401FD1 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 31 209 -
CMYK 0.69 0.85 0 0.18
HSL 251.12º 0.74% 0.47% -
HSV(B) 251.12º 0.85% 0.82% -
XYZ 14.11 6.67 60.87 -
YUV 61.16 211.43 130.03 -
System Red Green Blue C M Y K H S L
Decimal 64 31 209 0.69 0.85 0 0.18 251.12 0.74 0.47
Hex 40 1F D1 45 55 0 12 FB 4A 2F
Octal 100 37 321 105 125 0 22 373 112 57
Binary 1000000 11111 11010001 1000101 1010101 0 10010 11111011 1001010 101111

Color Harmonies of #401FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FD1

Black with #401FD1

Text Example


Text Example

White with #401FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,209); }

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

background-color css

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

 a { background-color: rgb(64,31,209); }

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

border-color css

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

 span { border-color: rgb(64,31,209); }

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