#642FBF

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

Shades of Purple Heart #642FBF

Tints of Purple Heart #642FBF

Color information

#642FBF (or 0x642FBF) is unknown color: approx Purple Heart. HEX triplet: 64, 2F and BF. RGB value is (100,47,191). Sum of RGB (Red+Green+Blue) = 100+47+191=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #642FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FBF is #9BD040. Grayscale: #4E4E4E. Windows color (decimal): -10211393 or 12529508. OLE color: 12529508.

HSL color Cylindrical-coordinate representation of color #642FBF: hue angle of 262.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642FBF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10047191-
CMYK0.480.7500.25
HSL262.08º60.5%46.67%-
HSV(B)262.08º75.39%74.9%-
XYZ15.688.550.11-
YUV79.26191.06142.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 191 (75% from 255) = 56.51%
R=29.59%
G=13.91%
B=56.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100471910.480.7500.25262.0860.546.67
Hex642FBF304B0191063d2f
Octal14457277601130314067557
Binary1100100101111101111111100001001011011001100000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642FBF; }

 p { color: rgb(100,47,191); }

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

<style>
 a { background-color: #642FBF; }

 a { background-color: rgb(100,47,191); }

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

<style>
 span { border-color: #642FBF; }

 span { border-color: rgb(100,47,191); }

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