#641bc4

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

Shades of Purple Heart #641BC4

Tints of Purple Heart #641BC4

Color information

#641BC4 (or 0x641BC4) is unknown color: approx Purple Heart. HEX triplet: 64, 1B and C4. RGB value is (100,27,196). Sum of RGB (Red+Green+Blue) = 100+27+196=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #641BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BC4 is #9BE43B. Grayscale: #434343. Windows color (decimal): -10216508 or 12852068. OLE color: 12852068.

HSL color Cylindrical-coordinate representation of color #641BC4: hue angle of 265.92º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641BC4 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10027196-
CMYK0.490.8600.23
HSL265.92º75.78%43.73%-
HSV(B)265.92º86.22%76.86%-
XYZ15.617.4852.85-
YUV68.09200.18150.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 27 (10.94% from 255) = 8.36%
BLUE value IS 196 (76.95% from 255) = 60.68%
R=30.96%
G=8.36%
B=60.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100271960.490.8600.23265.9275.7843.73
Hex641BC4315601710a4c2c
Octal144333046112602741211454
Binary1100100110111100010011000110101100101111000010101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641bc4; }

 p { color: rgb(100,27,196); }

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

<style>
 a { background-color: #641bc4; }

 a { background-color: rgb(100,27,196); }

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

<style>
 span { border-color: #641bc4; }

 span { border-color: rgb(100,27,196); }

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