Html Css Color HEX #4016BF Purple Heart

📋 copy color: '#4016BF'

red 64 ◦ green 22 ◦ blue 191

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

Shades of Purple Heart #4016BF

Tints of Purple Heart #4016BF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 23.1%
G = 7.94%
B = 68.95%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4016BF (or 0x4016BF) is known color: Purple Heart. HEX triplet: 40, 16 and BF. RGB value is (64,22,191). Sum of RGB (Red+Green+Blue) = 64+22+191=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #4016BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016BF is #BFE940. Grayscale: #353535. Windows color (decimal): -12577089 or 12523072. OLE color: 12523072.

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

Color convert

RGB 64 22 191 -
CMYK 0.66 0.88 0 0.25
HSL 254.91º 0.79% 0.42% -
HSV(B) 254.91º 0.88% 0.75% -
XYZ 11.81 5.43 49.72 -
YUV 53.82 205.41 135.26 -
System Red Green Blue C M Y K H S L
Decimal 64 22 191 0.66 0.88 0 0.25 254.91 0.79 0.42
Hex 40 16 BF 42 58 0 19 FF 4F 2A
Octal 100 26 277 102 130 0 31 377 117 52
Binary 1000000 10110 10111111 1000010 1011000 0 11001 11111111 1001111 101010

Color Harmonies of #4016BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4016BF

Black with #4016BF

Text Example


Text Example

White with #4016BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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