Html Css Color HEX #640FBC Purple Heart

📋 copy color: '#640FBC'

red 100 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #640FBC

Tints of Purple Heart #640FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 33%
G = 4.95%
B = 62.05%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#640FBC (or 0x640FBC) is known color: Purple Heart. HEX triplet: 64, 0F and BC. RGB value is (100,15,188). Sum of RGB (Red+Green+Blue) = 100+15+188=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #640FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FBC is #9BF043. Grayscale: #3B3B3B. Windows color (decimal): -10219588 or 12324708. OLE color: 12324708.

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

Color convert

RGB 100 15 188 -
CMYK 0.47 0.92 0 0.26
HSL 269.48º 0.85% 0.4% -
HSV(B) 269.48º 0.92% 0.74% -
XYZ 14.5 6.68 48.1 -
YUV 60.14 200.16 156.43 -
System Red Green Blue C M Y K H S L
Decimal 100 15 188 0.47 0.92 0 0.26 269.48 0.85 0.4
Hex 64 F BC 2F 5C 0 1A 10D 55 28
Octal 144 17 274 57 134 0 32 415 125 50
Binary 1100100 1111 10111100 101111 1011100 0 11010 100001101 1010101 101000

Color Harmonies of #640FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FBC

Black with #640FBC

Text Example


Text Example

White with #640FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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