Html Css Color HEX #401FC1 Purple Heart

📋 copy color: '#401FC1'

red 64 ◦ green 31 ◦ blue 193

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

Shades of Purple Heart #401FC1

Tints of Purple Heart #401FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 67.01%

R = 22.22%
G = 10.76%
B = 67.01%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#401FC1 (or 0x401FC1) is known color: Purple Heart. HEX triplet: 40, 1F and C1. RGB value is (64,31,193). Sum of RGB (Red+Green+Blue) = 64+31+193=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #401FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FC1 is #BFE03E. Grayscale: #3A3A3A. Windows color (decimal): -12574783 or 12656448. OLE color: 12656448.

HSL color Cylindrical-coordinate representation of color #401FC1: hue angle of 252.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401FC1 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 31 193 -
CMYK 0.67 0.84 0 0.24
HSL 252.22º 0.72% 0.44% -
HSV(B) 252.22º 0.84% 0.76% -
XYZ 12.23 5.92 50.95 -
YUV 59.34 203.43 131.33 -
System Red Green Blue C M Y K H S L
Decimal 64 31 193 0.67 0.84 0 0.24 252.22 0.72 0.44
Hex 40 1F C1 43 54 0 18 FC 48 2C
Octal 100 37 301 103 124 0 30 374 110 54
Binary 1000000 11111 11000001 1000011 1010100 0 11000 11111100 1001000 101100

Color Harmonies of #401FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FC1

Black with #401FC1

Text Example


Text Example

White with #401FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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