Html Css Color HEX #6440BF Purple Heart

📋 copy color: '#6440BF'

red 100 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #6440BF

Tints of Purple Heart #6440BF

RGB

 RED value IS 100 (39.45% from 255) = 28.17%

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 28.17%
G = 18.03%
B = 53.8%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6440BF (or 0x6440BF) is known color: Purple Heart. HEX triplet: 64, 40 and BF. RGB value is (100,64,191). Sum of RGB (Red+Green+Blue) = 100+64+191=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #6440BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440BF is #9BBF40. Grayscale: #585858. Windows color (decimal): -10207041 or 12533860. OLE color: 12533860.

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

Color convert

RGB 100 64 191 -
CMYK 0.48 0.66 0 0.25
HSL 257.01º 0.5% 0.5% -
HSV(B) 257.01º 0.66% 0.75% -
XYZ 16.49 10.14 50.38 -
YUV 89.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 100 64 191 0.48 0.66 0 0.25 257.01 0.5 0.5
Hex 64 40 BF 30 42 0 19 101 32 32
Octal 144 100 277 60 102 0 31 401 62 62
Binary 1100100 1000000 10111111 110000 1000010 0 11001 100000001 110010 110010

Color Harmonies of #6440BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6440BF

Black with #6440BF

Text Example


Text Example

White with #6440BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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