Html Css Color HEX #401CCF Purple Heart

📋 copy color: '#401CCF'

red 64 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #401CCF

Tints of Purple Heart #401CCF

RGB

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

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

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

R = 21.4%
G = 9.36%
B = 69.23%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#401CCF (or 0x401CCF) is known color: Purple Heart. HEX triplet: 40, 1C and CF. RGB value is (64,28,207). Sum of RGB (Red+Green+Blue) = 64+28+207=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #401CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CCF is #BFE330. Grayscale: #3A3A3A. Windows color (decimal): -12575537 or 13573184. OLE color: 13573184.

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

Color convert

RGB 64 28 207 -
CMYK 0.69 0.86 0 0.19
HSL 252.07º 0.76% 0.46% -
HSV(B) 252.07º 0.86% 0.81% -
XYZ 13.79 6.43 59.54 -
YUV 59.17 211.43 131.45 -
System Red Green Blue C M Y K H S L
Decimal 64 28 207 0.69 0.86 0 0.19 252.07 0.76 0.46
Hex 40 1C CF 45 56 0 13 FC 4C 2E
Octal 100 34 317 105 126 0 23 374 114 56
Binary 1000000 11100 11001111 1000101 1010110 0 10011 11111100 1001100 101110

Color Harmonies of #401CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CCF

Black with #401CCF

Text Example


Text Example

White with #401CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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