Html Css Color HEX #400CBF Purple Heart

📋 copy color: '#400CBF'

red 64 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #400CBF

Tints of Purple Heart #400CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

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

R = 23.97%
G = 4.49%
B = 71.54%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#400CBF (or 0x400CBF) is known color: Purple Heart. HEX triplet: 40, 0C and BF. RGB value is (64,12,191). Sum of RGB (Red+Green+Blue) = 64+12+191=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #400CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CBF is #BFF340. Grayscale: #2F2F2F. Windows color (decimal): -12579649 or 12520512. OLE color: 12520512.

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

Color convert

RGB 64 12 191 -
CMYK 0.66 0.94 0 0.25
HSL 257.43º 0.88% 0.4% -
HSV(B) 257.43º 0.94% 0.75% -
XYZ 11.65 5.11 49.66 -
YUV 47.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 64 12 191 0.66 0.94 0 0.25 257.43 0.88 0.4
Hex 40 C BF 42 5E 0 19 101 58 28
Octal 100 14 277 102 136 0 31 401 130 50
Binary 1000000 1100 10111111 1000010 1011110 0 11001 100000001 1011000 101000

Color Harmonies of #400CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CBF

Black with #400CBF

Text Example


Text Example

White with #400CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400CBF; }

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

 H1.HeaderClassName
 {
   color: #400CBF;
 }
 .AnyTagClassName
 {
   color: #400CBF;
 }
</style>

background-color css

<style>
 a { background-color: #400CBF; }

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

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

border-color css

<style>
 span { border-color: #400CBF; }

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

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