Html Css Color HEX #401ACF Purple Heart

📋 copy color: '#401ACF'

red 64 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #401ACF

Tints of Purple Heart #401ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.7%

R = 21.55%
G = 8.75%
B = 69.7%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#401ACF (or 0x401ACF) is known color: Purple Heart. HEX triplet: 40, 1A and CF. RGB value is (64,26,207). Sum of RGB (Red+Green+Blue) = 64+26+207=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #401ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ACF is #BFE530. Grayscale: #393939. Windows color (decimal): -12576049 or 13572672. OLE color: 13572672.

HSL color Cylindrical-coordinate representation of color #401ACF: hue angle of 252.6º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401ACF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 26 207 -
CMYK 0.69 0.87 0 0.19
HSL 252.6º 0.78% 0.46% -
HSV(B) 252.6º 0.87% 0.81% -
XYZ 13.75 6.33 59.53 -
YUV 58 212.09 132.28 -
System Red Green Blue C M Y K H S L
Decimal 64 26 207 0.69 0.87 0 0.19 252.6 0.78 0.46
Hex 40 1A CF 45 57 0 13 FD 4E 2E
Octal 100 32 317 105 127 0 23 375 116 56
Binary 1000000 11010 11001111 1000101 1010111 0 10011 11111101 1001110 101110

Color Harmonies of #401ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401ACF

Black with #401ACF

Text Example


Text Example

White with #401ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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