Html Css Color HEX #401FCD Purple Heart

📋 copy color: '#401FCD'

red 64 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #401FCD

Tints of Purple Heart #401FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 21.33%
G = 10.33%
B = 68.33%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#401FCD (or 0x401FCD) is known color: Purple Heart. HEX triplet: 40, 1F and CD. RGB value is (64,31,205). Sum of RGB (Red+Green+Blue) = 64+31+205=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #401FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FCD is #BFE032. Grayscale: #3C3C3C. Windows color (decimal): -12574771 or 13442880. OLE color: 13442880.

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

Color convert

RGB 64 31 205 -
CMYK 0.69 0.85 0 0.20
HSL 251.38º 0.74% 0.46% -
HSV(B) 251.38º 0.85% 0.8% -
XYZ 13.62 6.48 58.29 -
YUV 60.7 209.43 130.35 -
System Red Green Blue C M Y K H S L
Decimal 64 31 205 0.69 0.85 0 0.20 251.38 0.74 0.46
Hex 40 1F CD 45 55 0 14 FB 4A 2E
Octal 100 37 315 105 125 0 24 373 112 56
Binary 1000000 11111 11001101 1000101 1010101 0 10100 11111011 1001010 101110

Color Harmonies of #401FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FCD

Black with #401FCD

Text Example


Text Example

White with #401FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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