Html Css Color HEX #401FCC Purple Heart

📋 copy color: '#401FCC'

red 64 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #401FCC

Tints of Purple Heart #401FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

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

R = 21.4%
G = 10.37%
B = 68.23%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#401FCC (or 0x401FCC) is known color: Purple Heart. HEX triplet: 40, 1F and CC. RGB value is (64,31,204). Sum of RGB (Red+Green+Blue) = 64+31+204=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #401FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FCC is #BFE033. Grayscale: #3B3B3B. Windows color (decimal): -12574772 or 13377344. OLE color: 13377344.

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

Color convert

RGB 64 31 204 -
CMYK 0.69 0.85 0 0.2
HSL 251.45º 0.74% 0.46% -
HSV(B) 251.45º 0.85% 0.8% -
XYZ 13.5 6.43 57.66 -
YUV 60.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 64 31 204 0.69 0.85 0 0.2 251.45 0.74 0.46
Hex 40 1F CC 45 55 0 14 FB 4A 2E
Octal 100 37 314 105 125 0 24 373 112 56
Binary 1000000 11111 11001100 1000101 1010101 0 10100 11111011 1001010 101110

Color Harmonies of #401FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FCC

Black with #401FCC

Text Example


Text Example

White with #401FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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