Html Css Color HEX #4016BB Purple Heart

📋 copy color: '#4016BB'

red 64 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #4016BB

Tints of Purple Heart #4016BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 23.44%
G = 8.06%
B = 68.5%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4016BB (or 0x4016BB) is known color: Purple Heart. HEX triplet: 40, 16 and BB. RGB value is (64,22,187). Sum of RGB (Red+Green+Blue) = 64+22+187=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #4016BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016BB is #BFE944. Grayscale: #343434. Windows color (decimal): -12577093 or 12260928. OLE color: 12260928.

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

Color convert

RGB 64 22 187 -
CMYK 0.66 0.88 0 0.27
HSL 255.27º 0.79% 0.41% -
HSV(B) 255.27º 0.88% 0.73% -
XYZ 11.37 5.25 47.43 -
YUV 53.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 64 22 187 0.66 0.88 0 0.27 255.27 0.79 0.41
Hex 40 16 BB 42 58 0 1B FF 4F 29
Octal 100 26 273 102 130 0 33 377 117 51
Binary 1000000 10110 10111011 1000010 1011000 0 11011 11111111 1001111 101001

Color Harmonies of #4016BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4016BB

Black with #4016BB

Text Example


Text Example

White with #4016BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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