#640CB1

Color #640CB1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #640CB1

Tints of Purple Heart #640CB1

Color information

#640CB1 (or 0x640CB1) is unknown color: approx Purple Heart. HEX triplet: 64, 0C and B1. RGB value is (100,12,177). Sum of RGB (Red+Green+Blue) = 100+12+177=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #640CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640CB1 is #9BF34E. Grayscale: #383838. Windows color (decimal): -10220367 or 11603044. OLE color: 11603044.

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

Color convert

RGB10012177-
CMYK0.440.9300.31
HSL272º87.3%37.06%-
HSV(B)272º93.22%69.41%-
XYZ13.326.1542.08-
YUV57.12195.65158.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 177 (69.53% from 255) = 61.25%
R=34.60%
G=4.15%
B=61.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100121770.440.9300.3127287.337.06
Hex64CB12C5D01F1105725
Octal144142615413503742012745
Binary110010011001011000110110010111010111111000100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #640CB1;
 }
 .AnyTagClassName
 {
   color: #640CB1;
 }
</style>
background-color css

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

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

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

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

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

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