#642EB5

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

Shades of Purple Heart #642EB5

Tints of Purple Heart #642EB5

Color information

#642EB5 (or 0x642EB5) is unknown color: approx Purple Heart. HEX triplet: 64, 2E and B5. RGB value is (100,46,181). Sum of RGB (Red+Green+Blue) = 100+46+181=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #642EB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EB5 is #9BD14A. Grayscale: #4D4D4D. Windows color (decimal): -10211659 or 11873892. OLE color: 11873892.

HSL color Cylindrical-coordinate representation of color #642EB5: hue angle of 264º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642EB5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10046181-
CMYK0.450.7500.29
HSL264º59.47%44.51%-
HSV(B)264º74.59%70.98%-
XYZ14.57844.49-
YUV77.54186.39144.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 181 (71.09% from 255) = 55.35%
R=30.58%
G=14.07%
B=55.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100461810.450.7500.2926459.4744.51
Hex642EB52D4B01D1083b2d
Octal14456265551130354107355
Binary1100100101110101101011011011001011011101100001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,46,181); }

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

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

 a { background-color: rgb(100,46,181); }

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

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

 span { border-color: rgb(100,46,181); }

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