Html Css Color HEX #640FBB Purple Heart

📋 copy color: '#640FBB'

red 100 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #640FBB

Tints of Purple Heart #640FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 33.11%
G = 4.97%
B = 61.92%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#640FBB (or 0x640FBB) is known color: Purple Heart. HEX triplet: 64, 0F and BB. RGB value is (100,15,187). Sum of RGB (Red+Green+Blue) = 100+15+187=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #640FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FBB is #9BF044. Grayscale: #3B3B3B. Windows color (decimal): -10219589 or 12259172. OLE color: 12259172.

HSL color Cylindrical-coordinate representation of color #640FBB: hue angle of 269.65º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FBB is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 15 187 -
CMYK 0.47 0.92 0 0.27
HSL 269.65º 0.85% 0.4% -
HSV(B) 269.65º 0.92% 0.73% -
XYZ 14.4 6.64 47.54 -
YUV 60.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 100 15 187 0.47 0.92 0 0.27 269.65 0.85 0.4
Hex 64 F BB 2F 5C 0 1B 10E 55 28
Octal 144 17 273 57 134 0 33 416 125 50
Binary 1100100 1111 10111011 101111 1011100 0 11011 100001110 1010101 101000

Color Harmonies of #640FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FBB

Black with #640FBB

Text Example


Text Example

White with #640FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640FBB; }

 p { color: rgb(100,15,187); }

 H1.HeaderClassName
 {
   color: #640FBB;
 }
 .AnyTagClassName
 {
   color: #640FBB;
 }
</style>

background-color css

<style>
 a { background-color: #640FBB; }

 a { background-color: rgb(100,15,187); }

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

border-color css

<style>
 span { border-color: #640FBB; }

 span { border-color: rgb(100,15,187); }

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