Html Css Color HEX #4001BF Purple Heart

📋 copy color: '#4001BF'

red 64 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #4001BF

Tints of Purple Heart #4001BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 25%
G = 0.39%
B = 74.61%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4001BF (or 0x4001BF) is known color: Purple Heart. HEX triplet: 40, 01 and BF. RGB value is (64,1,191). Sum of RGB (Red+Green+Blue) = 64+1+191=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #4001BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4001BF is #BFFE40. Grayscale: #282828. Windows color (decimal): -12582465 or 12517696. OLE color: 12517696.

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

Color convert

RGB 64 1 191 -
CMYK 0.66 0.99 0 0.25
HSL 259.89º 0.99% 0.38% -
HSV(B) 259.89º 0.99% 0.75% -
XYZ 11.53 4.87 49.62 -
YUV 41.5 212.37 144.05 -
System Red Green Blue C M Y K H S L
Decimal 64 1 191 0.66 0.99 0 0.25 259.89 0.99 0.38
Hex 40 1 BF 42 63 0 19 104 63 26
Octal 100 1 277 102 143 0 31 404 143 46
Binary 1000000 1 10111111 1000010 1100011 0 11001 100000100 1100011 100110

Color Harmonies of #4001BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4001BF

Black with #4001BF

Text Example


Text Example

White with #4001BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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