#6510CC

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

Shades of Purple Heart #6510CC

Tints of Purple Heart #6510CC

Color information

#6510CC (or 0x6510CC) is unknown color: approx Purple Heart. HEX triplet: 65, 10 and CC. RGB value is (101,16,204). Sum of RGB (Red+Green+Blue) = 101+16+204=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #6510CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510CC is #9AEF33. Grayscale: #3E3E3E. Windows color (decimal): -10153780 or 13373541. OLE color: 13373541.

HSL color Cylindrical-coordinate representation of color #6510CC: hue angle of 267.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6510CC is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10116204-
CMYK0.500.9200.2
HSL267.13º85.45%43.14%-
HSV(B)267.13º92.16%80%-
XYZ16.457.557.71-
YUV62.85207.66155.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=31.46%
G=4.98%
B=63.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101162040.500.9200.2267.1385.4543.14
Hex6510CC325C01410b552b
Octal145203146213402441312553
Binary1100101100001100110011001010111000101001000010111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6510CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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