Html Css Color HEX #401DC6 Purple Heart

📋 copy color: '#401DC6'

red 64 ◦ green 29 ◦ blue 198

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

Shades of Purple Heart #401DC6

Tints of Purple Heart #401DC6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.97%

 BLUE value IS 198 (77.73% from 255) = 68.04%

R = 21.99%
G = 9.97%
B = 68.04%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#401DC6 (or 0x401DC6) is known color: Purple Heart. HEX triplet: 40, 1D and C6. RGB value is (64,29,198). Sum of RGB (Red+Green+Blue) = 64+29+198=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 198 (77.73% from 255 or 68.04% from 291); Max value from RGB is 198 - color contains mainly: blue. Hex color #401DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DC6 is #BFE239. Grayscale: #3A3A3A. Windows color (decimal): -12575290 or 12983616. OLE color: 12983616.

HSL color Cylindrical-coordinate representation of color #401DC6: hue angle of 252.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401DC6 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 29 198 -
CMYK 0.68 0.85 0 0.22
HSL 252.43º 0.74% 0.45% -
HSV(B) 252.43º 0.85% 0.78% -
XYZ 12.75 6.05 53.92 -
YUV 58.73 206.6 131.76 -
System Red Green Blue C M Y K H S L
Decimal 64 29 198 0.68 0.85 0 0.22 252.43 0.74 0.45
Hex 40 1D C6 44 55 0 16 FC 4A 2D
Octal 100 35 306 104 125 0 26 374 112 55
Binary 1000000 11101 11000110 1000100 1010101 0 10110 11111100 1001010 101101

Color Harmonies of #401DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DC6

Black with #401DC6

Text Example


Text Example

White with #401DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,198); }

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

background-color css

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

 a { background-color: rgb(64,29,198); }

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

border-color css

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

 span { border-color: rgb(64,29,198); }

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