#6500CC

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

Shades of Purple Heart #6500CC

Tints of Purple Heart #6500CC

Color information

#6500CC (or 0x6500CC) is unknown color: approx Purple Heart. HEX triplet: 65, 00 and CC. RGB value is (101,0,204). Sum of RGB (Red+Green+Blue) = 101+0+204=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #6500CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500CC is #9AFF33. Grayscale: #343434. Windows color (decimal): -10157876 or 13369445. OLE color: 13369445.

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

Color convert

RGB1010204-
CMYK0.50100.2
HSL269.71º100%40%-
HSV(B)269.71º100%80%-
XYZ16.277.1357.64-
YUV53.46212.96161.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=33.11%
G=0%
B=66.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10102040.50100.2269.7110040
Hex650CC326401410e6428
Octal14503146214402441614450
Binary110010101100110011001011001000101001000011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6500CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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