Html Css Color HEX #4011BF Purple Heart

📋 copy color: '#4011BF'

red 64 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #4011BF

Tints of Purple Heart #4011BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 23.53%
G = 6.25%
B = 70.22%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4011BF (or 0x4011BF) is known color: Purple Heart. HEX triplet: 40, 11 and BF. RGB value is (64,17,191). Sum of RGB (Red+Green+Blue) = 64+17+191=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #4011BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011BF is #BFEE40. Grayscale: #323232. Windows color (decimal): -12578369 or 12521792. OLE color: 12521792.

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

Color convert

RGB 64 17 191 -
CMYK 0.66 0.91 0 0.25
HSL 256.21º 0.84% 0.41% -
HSV(B) 256.21º 0.91% 0.75% -
XYZ 11.72 5.25 49.69 -
YUV 50.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 64 17 191 0.66 0.91 0 0.25 256.21 0.84 0.41
Hex 40 11 BF 42 5B 0 19 100 54 29
Octal 100 21 277 102 133 0 31 400 124 51
Binary 1000000 10001 10111111 1000010 1011011 0 11001 100000000 1010100 101001

Color Harmonies of #4011BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4011BF

Black with #4011BF

Text Example


Text Example

White with #4011BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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