#640BCE

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

Shades of Purple Heart #640BCE

Tints of Purple Heart #640BCE

Color information

#640BCE (or 0x640BCE) is unknown color: approx Purple Heart. HEX triplet: 64, 0B and CE. RGB value is (100,11,206). Sum of RGB (Red+Green+Blue) = 100+11+206=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #640BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BCE is #9BF431. Grayscale: #3B3B3B. Windows color (decimal): -10220594 or 13503332. OLE color: 13503332.

HSL color Cylindrical-coordinate representation of color #640BCE: hue angle of 267.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BCE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10011206-
CMYK0.510.9500.19
HSL267.38º89.86%42.55%-
HSV(B)267.38º94.66%80.78%-
XYZ16.527.458.95-
YUV59.84210.49156.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 11 (4.69% from 255) = 3.47%
BLUE value IS 206 (80.86% from 255) = 64.98%
R=31.55%
G=3.47%
B=64.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100112060.510.9500.19267.3889.8642.55
Hex64BCE335F01310b5a2b
Octal144133166313702341313253
Binary110010010111100111011001110111110100111000010111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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