#6510BD

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

Shades of Purple Heart #6510BD

Tints of Purple Heart #6510BD

Color information

#6510BD (or 0x6510BD) is unknown color: approx Purple Heart. HEX triplet: 65, 10 and BD. RGB value is (101,16,189). Sum of RGB (Red+Green+Blue) = 101+16+189=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #6510BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510BD is #9AEF42. Grayscale: #3C3C3C. Windows color (decimal): -10153795 or 12390501. OLE color: 12390501.

HSL color Cylindrical-coordinate representation of color #6510BD: hue angle of 269.48º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6510BD is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10116189-
CMYK0.470.9200.26
HSL269.48º84.39%40.2%-
HSV(B)269.48º91.53%74.12%-
XYZ14.746.8148.68-
YUV61.14200.16156.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=33.01%
G=5.23%
B=61.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101161890.470.9200.26269.4884.3940.2
Hex6510BD2F5C01A10d5428
Octal145202755713403241512450
Binary1100101100001011110110111110111000110101000011011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6510BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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