#6510A5

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

Shades of Purple Heart #6510A5

Tints of Purple Heart #6510A5

Color information

#6510A5 (or 0x6510A5) is unknown color: approx Purple Heart. HEX triplet: 65, 10 and A5. RGB value is (101,16,165). Sum of RGB (Red+Green+Blue) = 101+16+165=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #6510A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6510A5 is #9AEF5A. Grayscale: #393939. Windows color (decimal): -10153819 or 10817637. OLE color: 10817637.

HSL color Cylindrical-coordinate representation of color #6510A5: hue angle of 274.23º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6510A5 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10116165-
CMYK0.390.9000.35
HSL274.23º82.32%35.49%-
HSV(B)274.23º90.3%64.71%-
XYZ12.345.8536.08-
YUV58.4188.16158.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 16 (6.64% from 255) = 5.67%
BLUE value IS 165 (64.84% from 255) = 58.51%
R=35.82%
G=5.67%
B=58.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101161650.390.9000.35274.2382.3235.49
Hex6510A5275A0231125223
Octal145202454713204342212243
Binary11001011000010100101100111101101001000111000100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6510A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6510A5; }

 p { color: rgb(101,16,165); }

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

<style>
 a { background-color: #6510A5; }

 a { background-color: rgb(101,16,165); }

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

<style>
 span { border-color: #6510A5; }

 span { border-color: rgb(101,16,165); }

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