Html Css Color HEX #4015BF Purple Heart

📋 copy color: '#4015BF'

red 64 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #4015BF

Tints of Purple Heart #4015BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 23.19%
G = 7.61%
B = 69.2%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4015BF (or 0x4015BF) is known color: Purple Heart. HEX triplet: 40, 15 and BF. RGB value is (64,21,191). Sum of RGB (Red+Green+Blue) = 64+21+191=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #4015BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015BF is #BFEA40. Grayscale: #343434. Windows color (decimal): -12577345 or 12522816. OLE color: 12522816.

HSL color Cylindrical-coordinate representation of color #4015BF: hue angle of 255.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4015BF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 21 191 -
CMYK 0.66 0.89 0 0.25
HSL 255.18º 0.8% 0.42% -
HSV(B) 255.18º 0.89% 0.75% -
XYZ 11.79 5.39 49.71 -
YUV 53.24 205.75 135.68 -
System Red Green Blue C M Y K H S L
Decimal 64 21 191 0.66 0.89 0 0.25 255.18 0.8 0.42
Hex 40 15 BF 42 59 0 19 FF 50 2A
Octal 100 25 277 102 131 0 31 377 120 52
Binary 1000000 10101 10111111 1000010 1011001 0 11001 11111111 1010000 101010

Color Harmonies of #4015BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015BF

Black with #4015BF

Text Example


Text Example

White with #4015BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4015BF; }

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

 H1.HeaderClassName
 {
   color: #4015BF;
 }
 .AnyTagClassName
 {
   color: #4015BF;
 }
</style>

background-color css

<style>
 a { background-color: #4015BF; }

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

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

border-color css

<style>
 span { border-color: #4015BF; }

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

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