Html Css Color HEX #401CC6 Purple Heart

📋 copy color: '#401CC6'

red 64 ◦ green 28 ◦ blue 198

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

Shades of Purple Heart #401CC6

Tints of Purple Heart #401CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.66%

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

R = 22.07%
G = 9.66%
B = 68.28%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#401CC6 (or 0x401CC6) is known color: Purple Heart. HEX triplet: 40, 1C and C6. RGB value is (64,28,198). Sum of RGB (Red+Green+Blue) = 64+28+198=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 198 (77.73% from 255 or 68.28% from 290); Max value from RGB is 198 - color contains mainly: blue. Hex color #401CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CC6 is #BFE339. Grayscale: #393939. Windows color (decimal): -12575546 or 12983360. OLE color: 12983360.

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

Color convert

RGB 64 28 198 -
CMYK 0.68 0.86 0 0.22
HSL 252.71º 0.75% 0.44% -
HSV(B) 252.71º 0.86% 0.78% -
XYZ 12.72 6 53.91 -
YUV 58.14 206.93 132.18 -
System Red Green Blue C M Y K H S L
Decimal 64 28 198 0.68 0.86 0 0.22 252.71 0.75 0.44
Hex 40 1C C6 44 56 0 16 FD 4B 2C
Octal 100 34 306 104 126 0 26 375 113 54
Binary 1000000 11100 11000110 1000100 1010110 0 10110 11111101 1001011 101100

Color Harmonies of #401CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CC6

Black with #401CC6

Text Example


Text Example

White with #401CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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