Html Css Color HEX #4016BE Purple Heart

📋 copy color: '#4016BE'

red 64 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #4016BE

Tints of Purple Heart #4016BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 23.19%
G = 7.97%
B = 68.84%

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

#4016BE (or 0x4016BE) is known color: Purple Heart. HEX triplet: 40, 16 and BE. RGB value is (64,22,190). Sum of RGB (Red+Green+Blue) = 64+22+190=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #4016BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016BE is #BFE941. Grayscale: #353535. Windows color (decimal): -12577090 or 12457536. OLE color: 12457536.

HSL color Cylindrical-coordinate representation of color #4016BE: hue angle of 255º 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 #4016BE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 22 190 -
CMYK 0.66 0.88 0 0.25
HSL 255º 0.79% 0.42% -
HSV(B) 255º 0.88% 0.75% -
XYZ 11.7 5.38 49.14 -
YUV 53.71 204.91 135.34 -
System Red Green Blue C M Y K H S L
Decimal 64 22 190 0.66 0.88 0 0.25 255 0.79 0.42
Hex 40 16 BE 42 58 0 19 FF 4F 2A
Octal 100 26 276 102 130 0 31 377 117 52
Binary 1000000 10110 10111110 1000010 1011000 0 11001 11111111 1001111 101010

Color Harmonies of #4016BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4016BE

Black with #4016BE

Text Example


Text Example

White with #4016BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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