Html Css Color HEX #400FBF Purple Heart

📋 copy color: '#400FBF'

red 64 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #400FBF

Tints of Purple Heart #400FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 191 (75% from 255) = 70.74%

R = 23.7%
G = 5.56%
B = 70.74%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#400FBF (or 0x400FBF) is known color: Purple Heart. HEX triplet: 40, 0F and BF. RGB value is (64,15,191). Sum of RGB (Red+Green+Blue) = 64+15+191=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #400FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FBF is #BFF040. Grayscale: #313131. Windows color (decimal): -12578881 or 12521280. OLE color: 12521280.

HSL color Cylindrical-coordinate representation of color #400FBF: hue angle of 256.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400FBF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 15 191 -
CMYK 0.66 0.92 0 0.25
HSL 256.7º 0.85% 0.4% -
HSV(B) 256.7º 0.92% 0.75% -
XYZ 11.69 5.19 49.68 -
YUV 49.72 207.73 138.19 -
System Red Green Blue C M Y K H S L
Decimal 64 15 191 0.66 0.92 0 0.25 256.7 0.85 0.4
Hex 40 F BF 42 5C 0 19 101 55 28
Octal 100 17 277 102 134 0 31 401 125 50
Binary 1000000 1111 10111111 1000010 1011100 0 11001 100000001 1010101 101000

Color Harmonies of #400FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FBF

Black with #400FBF

Text Example


Text Example

White with #400FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400FBF; }

 p { color: rgb(64,15,191); }

 H1.HeaderClassName
 {
   color: #400FBF;
 }
 .AnyTagClassName
 {
   color: #400FBF;
 }
</style>

background-color css

<style>
 a { background-color: #400FBF; }

 a { background-color: rgb(64,15,191); }

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

border-color css

<style>
 span { border-color: #400FBF; }

 span { border-color: rgb(64,15,191); }

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