#642CBA

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

Shades of Purple Heart #642CBA

Tints of Purple Heart #642CBA

Color information

#642CBA (or 0x642CBA) is unknown color: approx Purple Heart. HEX triplet: 64, 2C and BA. RGB value is (100,44,186). Sum of RGB (Red+Green+Blue) = 100+44+186=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #642CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CBA is #9BD345. Grayscale: #4C4C4C. Windows color (decimal): -10212166 or 12201060. OLE color: 12201060.

HSL color Cylindrical-coordinate representation of color #642CBA: hue angle of 263.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642CBA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10044186-
CMYK0.460.7600.27
HSL263.66º61.74%45.1%-
HSV(B)263.66º76.34%72.94%-
XYZ15.028.0647.22-
YUV76.93189.55144.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=30.30%
G=13.33%
B=56.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100441860.460.7600.27263.6661.7445.1
Hex642CBA2E4C01B1083e2d
Octal14454272561140334107655
Binary1100100101100101110101011101001100011011100001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,44,186); }

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

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

 a { background-color: rgb(100,44,186); }

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

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

 span { border-color: rgb(100,44,186); }

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