Html Css Color HEX #640BB1 Purple Heart

📋 copy color: '#640BB1'

red 100 ◦ green 11 ◦ blue 177

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

Shades of Purple Heart #640BB1

Tints of Purple Heart #640BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.82%

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

R = 34.72%
G = 3.82%
B = 61.46%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#640BB1 (or 0x640BB1) is known color: Purple Heart. HEX triplet: 64, 0B and B1. RGB value is (100,11,177). Sum of RGB (Red+Green+Blue) = 100+11+177=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #640BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BB1 is #9BF44E. Grayscale: #373737. Windows color (decimal): -10220623 or 11602788. OLE color: 11602788.

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

Color convert

RGB 100 11 177 -
CMYK 0.44 0.94 0 0.31
HSL 272.17º 0.88% 0.37% -
HSV(B) 272.17º 0.94% 0.69% -
XYZ 13.31 6.12 42.08 -
YUV 56.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 100 11 177 0.44 0.94 0 0.31 272.17 0.88 0.37
Hex 64 B B1 2C 5E 0 1F 110 58 25
Octal 144 13 261 54 136 0 37 420 130 45
Binary 1100100 1011 10110001 101100 1011110 0 11111 100010000 1011000 100101

Color Harmonies of #640BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BB1

Black with #640BB1

Text Example


Text Example

White with #640BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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