Html Css Color HEX #640FB1 Purple Heart

📋 copy color: '#640FB1'

red 100 ◦ green 15 ◦ blue 177

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

Shades of Purple Heart #640FB1

Tints of Purple Heart #640FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.62%

R = 34.25%
G = 5.14%
B = 60.62%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#640FB1 (or 0x640FB1) is known color: Purple Heart. HEX triplet: 64, 0F and B1. RGB value is (100,15,177). Sum of RGB (Red+Green+Blue) = 100+15+177=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #640FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FB1 is #9BF04E. Grayscale: #3A3A3A. Windows color (decimal): -10219599 or 11603812. OLE color: 11603812.

HSL color Cylindrical-coordinate representation of color #640FB1: hue angle of 271.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FB1 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 15 177 -
CMYK 0.44 0.92 0 0.31
HSL 271.48º 0.84% 0.38% -
HSV(B) 271.48º 0.92% 0.69% -
XYZ 13.36 6.23 42.09 -
YUV 58.88 194.66 157.33 -
System Red Green Blue C M Y K H S L
Decimal 100 15 177 0.44 0.92 0 0.31 271.48 0.84 0.38
Hex 64 F B1 2C 5C 0 1F 10F 54 26
Octal 144 17 261 54 134 0 37 417 124 46
Binary 1100100 1111 10110001 101100 1011100 0 11111 100001111 1010100 100110

Color Harmonies of #640FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FB1

Black with #640FB1

Text Example


Text Example

White with #640FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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