#6502CC

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

Shades of Purple Heart #6502CC

Tints of Purple Heart #6502CC

Color information

#6502CC (or 0x6502CC) is unknown color: approx Purple Heart. HEX triplet: 65, 02 and CC. RGB value is (101,2,204). Sum of RGB (Red+Green+Blue) = 101+2+204=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6502CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CC is #9AFD33. Grayscale: #353535. Windows color (decimal): -10157364 or 13369957. OLE color: 13369957.

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

Color convert

RGB1012204-
CMYK0.500.9900.2
HSL269.41º98.06%40.39%-
HSV(B)269.41º99.02%80%-
XYZ16.297.1757.65-
YUV54.63212.3161.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 204 (80.08% from 255) = 66.45%
R=32.90%
G=0.65%
B=66.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10122040.500.9900.2269.4198.0640.39
Hex652CC326301410d6228
Octal14523146214302441514250
Binary1100101101100110011001011000110101001000011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6502CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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