#6501C6

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

Shades of Purple Heart #6501C6

Tints of Purple Heart #6501C6

Color information

#6501C6 (or 0x6501C6) is unknown color: approx Purple Heart. HEX triplet: 65, 01 and C6. RGB value is (101,1,198). Sum of RGB (Red+Green+Blue) = 101+1+198=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #6501C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501C6 is #9AFE39. Grayscale: #343434. Windows color (decimal): -10157626 or 12976485. OLE color: 12976485.

HSL color Cylindrical-coordinate representation of color #6501C6: hue angle of 270.46º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6501C6 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1011198-
CMYK0.490.9900.22
HSL270.46º98.99%39.02%-
HSV(B)270.46º99.49%77.65%-
XYZ15.576.8753.93-
YUV53.36209.63161.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 198 (77.73% from 255) = 66%
R=33.67%
G=0.33%
B=66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10111980.490.9900.22270.4698.9939.02
Hex651C6316301610e6327
Octal14513066114302641614347
Binary110010111100011011000111000110101101000011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6501C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6501C6; }

 p { color: rgb(101,1,198); }

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

<style>
 a { background-color: #6501C6; }

 a { background-color: rgb(101,1,198); }

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

<style>
 span { border-color: #6501C6; }

 span { border-color: rgb(101,1,198); }

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