#641AAC

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

Shades of Purple Heart #641AAC

Tints of Purple Heart #641AAC

Color information

#641AAC (or 0x641AAC) is unknown color: approx Purple Heart. HEX triplet: 64, 1A and AC. RGB value is (100,26,172). Sum of RGB (Red+Green+Blue) = 100+26+172=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #641AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641AAC is #9BE553. Grayscale: #404040. Windows color (decimal): -10216788 or 11278948. OLE color: 11278948.

HSL color Cylindrical-coordinate representation of color #641AAC: hue angle of 270.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641AAC is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10026172-
CMYK0.420.8500.33
HSL270.41º73.74%38.82%-
HSV(B)270.41º84.88%67.45%-
XYZ13.076.4339.58-
YUV64.77188.52153.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 26 (10.55% from 255) = 8.72%
BLUE value IS 172 (67.58% from 255) = 57.72%
R=33.56%
G=8.72%
B=57.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100261720.420.8500.33270.4173.7438.82
Hex641AAC2A5502110e4a27
Octal144322545212504141611247
Binary11001001101010101100101010101010101000011000011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,26,172); }

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

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

 a { background-color: rgb(100,26,172); }

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

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

 span { border-color: rgb(100,26,172); }

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