Html Css Color HEX #401ACC Purple Heart

📋 copy color: '#401ACC'

red 64 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #401ACC

Tints of Purple Heart #401ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 21.77%
G = 8.84%
B = 69.39%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#401ACC (or 0x401ACC) is known color: Purple Heart. HEX triplet: 40, 1A and CC. RGB value is (64,26,204). Sum of RGB (Red+Green+Blue) = 64+26+204=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #401ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ACC is #BFE533. Grayscale: #383838. Windows color (decimal): -12576052 or 13376064. OLE color: 13376064.

HSL color Cylindrical-coordinate representation of color #401ACC: hue angle of 252.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401ACC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 26 204 -
CMYK 0.69 0.87 0 0.2
HSL 252.81º 0.77% 0.45% -
HSV(B) 252.81º 0.87% 0.8% -
XYZ 13.38 6.19 57.62 -
YUV 57.65 210.59 132.53 -
System Red Green Blue C M Y K H S L
Decimal 64 26 204 0.69 0.87 0 0.2 252.81 0.77 0.45
Hex 40 1A CC 45 57 0 14 FD 4D 2D
Octal 100 32 314 105 127 0 24 375 115 55
Binary 1000000 11010 11001100 1000101 1010111 0 10100 11111101 1001101 101101

Color Harmonies of #401ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401ACC

Black with #401ACC

Text Example


Text Example

White with #401ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,26,204); }

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

background-color css

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

 a { background-color: rgb(64,26,204); }

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

border-color css

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

 span { border-color: rgb(64,26,204); }

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